Hi
I have an initial treeview with 12 root nodes. I am using the default capabilities of treeview to drag and arrange these nodes into a second treeview.. Everything works sweetly except that of course the nodes in the original treeview are no longer present after the drag process.
What I'd really like to do is drag a copy of the original node and leave the original available to be used again. I am actually building a series of steps in the form of a treeview and each step may be used multiple times.
I tried implementing the ItemDrag and DragDrop etc. events myself and that just caused the entire treeview to lock up with cascading events in much the same way as another message here describes.
Is there a simple way to generate the modality that I need?
Regards
~A
I have an initial treeview with 12 root nodes. I am using the default capabilities of treeview to drag and arrange these nodes into a second treeview.. Everything works sweetly except that of course the nodes in the original treeview are no longer present after the drag process.
What I'd really like to do is drag a copy of the original node and leave the original available to be used again. I am actually building a series of steps in the form of a treeview and each step may be used multiple times.
I tried implementing the ItemDrag and DragDrop etc. events myself and that just caused the entire treeview to lock up with cascading events in much the same way as another message here describes.
Is there a simple way to generate the modality that I need?
Regards
~A