
Drag and Drop on TreeVeiw Control
You could use the Tag property to store some extra information, and use the
DragOver event in conjunction with the DropHighlight property and HitTest
method to adjust your dropicon.
Andre'
Quote:
>I would like to drag an item onto a treeview control and drop it on a
>node. I want the mouse pointer to change to No Drop when the pointer
>is over some, but not all, nodes. In other words, the item cannot be
>dropped onto every node in the treeview.
>How can I indicate which nodes should trigger the No Drop pointer to
>appear?