Slider Problems

This is one of those problems that you think would have an easy fix, but I have a feeling it is going to be a right pain in the b***.

Here goes...
I have a slider in my app and I have used the Slider.PositionChanged block to notify me of the movement of the slider.
It works as expected, no problem.
However, when the slider is "dragged", I only want to be notified when the slider is released and NOT of every value during the "drag".

How can I achieve this?

Thanks.

See here for link to extension that monitors touch up events

1 Like

Or this:

1 Like

I'm starting to hear this question a lot.
Here's an extension-free solution ...