Reputation: 3145
I'd like to know if there is a way to update the thumb indicator of the slider template directly to the place where the user clicks, the default behavior is that you have to hold the tap till the the thumb reaches the target. Thanks
Upvotes: 0
Views: 224
Reputation: 50702
I am not aware of any properties that allow you to switch on this kind of behavior.
So the way to do this is by sub classing the Slider and overriding the OnMouseLeftButtonDown
Upvotes: 1