So, I have been looking for solution more than 12 hours(but without success). How should I change ListView ControlTemplate to get effect like this:

(This question is about this buttons that working like scrollview)
Have you another ideas how to create control like this?
It’s vertical representation, but idea is understood: hide scrollbars and manipulate them manually. For more responsive UI you’ll need to subscribe to MouseDown event instead of Click, also NullReference exceptions are possible on every line of Grid_Click().
XAML:
Code:
Magical number 2 in GetChild() is index of ScrollViewer inside its parent (Grid).