Replies: 2 comments 1 reply
-
Maybe to better rephrase my question: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not quite sure how one would do this.. you can't prevent child controls from getting events.. I think you could either disable them when the DragEnter begins, or perhaps create an overlay window that accepts the drop instead of the child controls. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Parent Control that has dragdrop method. This parent Control contains another child that also has DragDrop.
The problem is, when I dragover the parent Control over the child, it dragdrops for the parent is discontinued, until the mouse moves out of the child.
How to prevent the child from triggering the DragOver/DragEnter Event when the parent is dragging?
Beta Was this translation helpful? Give feedback.
All reactions