Hi All,
I wanna to move the "ScrollViewer" control left and right by buttons outside it, I found this function:
ScrollViewer.LineLeft()
It's ok but I wanna to increase the amount of movement to left by each click by specific amount like 200 pixel?
There is another thing: how I can make my button when hold the mouse on it to duplicate executes it's click event handler until the mouseleftbutton becomes Up (like the buttons of the scroll itself)?
Thanks.