I have a XamWebNumericSlider which generates messages back to the sever when the value is changed.
Problem: I have no way to determine when the user releases the thumb - multiple values are being generated while the slider is moving, yet only the value at the time the slider is released is required.
There are no events generated (mouse down/up) when the user clicks/releases the slider thumb.
Is there a way to determine when the thumb is pressed/released?
Thank you!
Thanks for your reply.
I've managed to squelch the number of events generated by starting/stopping/restarting a 1/4 sec DispatcherTimer whenever the slider value changes
While the slider is changing, I stop/restart the timer
When the timer tick event occurs I stop the timer, capture and process the slider value
I'd left the 1/4 sec delay in when the track/tickmark is clicked - wasn't worth fixing
Until IG has a way to discern the thumb select/release, this timer squelch method is an alternative...
Hi, did you happen to find a solution for this?
I am having the same problem and don't want my code to fire for every value change between point A and point B on a slide. Clicking the tickmark works fine. I have tried the other obvious events and also notice that the mouse down/up events don't fire.
Thanks,
Lisa.