This question is locked. New answers and comments are not allowed.
Hi,
We host a view inside a rad context menu sub item which contains items which a user can drag out.
However, when an item is dragged out of the popup and dropped elsewhere in the app, the menu does not close.
I tried attaching to the mouse left button up on the Application.Current.RootVisual (in order to close the menu)
using add handler, with handledEventsToo param set to true, but this event doesn't fire when dragging from the view. I think it may be due to the mouse being captured while the drag is taking place.
Do you have any suggestions about how to close the menu in this situation?
Thanks
We host a view inside a rad context menu sub item which contains items which a user can drag out.
However, when an item is dragged out of the popup and dropped elsewhere in the app, the menu does not close.
I tried attaching to the mouse left button up on the Application.Current.RootVisual (in order to close the menu)
using add handler, with handledEventsToo param set to true, but this event doesn't fire when dragging from the view. I think it may be due to the mouse being captured while the drag is taking place.
Do you have any suggestions about how to close the menu in this situation?
Thanks