Is there a kind of DragCompleted event for CircularPointerMarker or RadialSlider?

Gauge for WPF Forum

Posted 10 years ago by Wojtek Gajda - Kopex Electric Systems S.A.
Version: 14.1.0602
Avatar

Hello,

I have to make in my application kind of RadialSlider which is changing it's value during dragging BUT as soon as drag is completed (left mouse button up) it have to go back to start position (i.e. value = 0).

Is there such possibility using RadialSlider or maybe CircularPointerMarker with CanDrag set to True?

I couldn't find any event in these two controls that fire on that.

Thank you in advance for any help.

Comments (1)

Answer - Posted 10 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

For a CircularPointerMarker, you could probably just attach to its LostMouseCapture event.  That should only really fire if the mouse button is released.

For RadialSlider, it doesn't have any events that directly fire since it attaches to the embedded CircularThumb's MouseUp event.  That being said, that event might bubble up and perhaps you can catch it on the bubble and watch for it.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.