Waleed
Waleed

Reputation: 3145

Altering default Slider Behavior in Windows Phone 7 Silverlight

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

Answers (1)

Emond
Emond

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

Related Questions