Question Treeview Drag Drop

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I have added a few events that made my treeview drag and drop enabled. but instead of moving the node when its dropped onto another node, i rather it just open a contextmenustrip right under the node i dropped it on. I did a cmsDrag1.show(treeview1,0,0) in the Treeview1_DragDrop event but that just stop it at (0,0) of treeview1. Is there an easy way to display it at the dropped node location?
 
Back
Top