|
-
May 22nd, 2006, 07:45 AM
#1
Thread Starter
Lively Member
Treeview Drag And Drop (Copy)
Is it possible to copy treenodes between treeviews using drag and drop?
I can easily move a node from tree1 to tree2, but I can't get it to stay in tree1.
I've used example code from: http://www.codeproject.com/vb/net/Tr...ragAndDrop.asp
Changing the e.Effect = DragDropEffects.Move into Copy wasn't enough, and removing the line "dropNode.Remove()" also doesn't work, it makes the drag en drop unresponsive.
Any help would be appreciated.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|