Replies: 1 comment 2 replies
-
A more complete example would be required here. How are you calling DoDragDrop? It should be on a MouseMove event of some sort. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the first GridView example, I could do a dragdrop.
In the second TreeGridView example, I tried to do DragDrop with the rows but turned out selecting them.
I have AllowDrop turned on and I have OnDragEnter watching the DragEnter event. It hasn't been triggered once in the TreeGridView example.
@cwensley May I know what caused this to happen?
Recording.52.mp4
Beta Was this translation helpful? Give feedback.
All reactions