|
|
Title | Drag nodes from one TreeView control to another |
Keywords | Drag and drop, TreeView |
Categories | Controls |
|
|
In the first TreeView's MouseMove event handler, call the TreeView's Drag method passing it vbBeginDrag to start the drag.
In the second TreeView's DragDrop event handler, create the new node.
Thanks to R Prasad.
|
|
|
|
|
|