ReOrdering Child nodes Within Parent in treeview 
Author Message
 ReOrdering Child nodes Within Parent in treeview

In VB 5.0, In a treeview control, I want to drag and drop
child nodes within there parent, and change there order.
Only within there parent.

But in the drag drop event, I remove the dragged node, and then add a
new one, but the new one doesn't come out where I
want it to, It always comes out as the last node of that parent,
How can I make it the first, or the second, or the third, etc..node of
that Parent.

Using TVWLast, TVWFirst doesn't work, that will make the new node first
or last
RELATIVE TO THE PARENT, not a child within the parent. I want to insert
the node
as a child within the parent, but designate where within the parent it
goes.

Thanks in Advance,

Laurence Nuttall - UCLA



Tue, 20 Mar 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Move Treeview Child Node To Different Parent

2. Reordering treeview nodes

3. TreeView: How insert a new node as a parent to an existing subtree

4. treeview - changing a nodes parent

5. treeview v6 parent node?

6. Node disappears from TreeView after Parent property assigned

7. Moving Parent Treeview Nodes

8. How to get order of parent nodes in TreeView

9. TreeView Node a new parent.

10. TreeView: Can't change node's parent to Nothing

11. TREEVIEW /PARENT NODE PROBLEM

12. TreeView: Can't change node's parent to Nothing

 

 
Powered by phpBB® Forum Software