TreeView control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a question which I am sure someone has had before me: when implementing drag'n'drop for a treeview control I have no problem, except that when dragging over an area in the treeview control which is empty (lets say i have only three nodes, but the control is much higher than this), The drop operation is not allowed, only when dragging onto previous nodes. Why is that? Can I do something about it in an easy way? thankful for help, Bjørn