-
I have a treeview control on my project. I am wondering how can I drag and drop a node into another node to copy or move their properties or data. For instance; copy or move data of child1_of_root to child2_of_root using drag or drop event.
Do you have any suggestion?
-
I saw an example of this once, I'm pretty sure it's here:
http://support.microsoft.com/downloa...s/Treeview.exe
Otherwise, ask Judd, he's a treeview pro. :)
-
I'm currently doing a tree-view project, which makes extensive use of dragging and dropping between nodes.
I can e-mail you some tree-view examples that I got from some site (I forget which one); one of them is called treedrag, which might help you. I found it extremely helpful.
One thing I had to do some further searching on was how to make the tree-view scroll during a drag and drop operation (the tree does NOT scroll automatically). I found what I needed here:
http://support.microsoft.com/support.../Q177/7/43.asp
Let me know if you want me to e-mail you the stuff; I'll check back here shortly (post your e-mail address).