I think the new TreeView control is very promising. As a feature request I would like to have some methods to "move" the nodes. Something like: Node.MoveUp
Node.MoveDown
or something like: Node.MoveTo otherNode, before
Node.MoveTo otherNode, after
Arnout de Vries AdWare Media Solutions |
Added MoveNode, InsertNodeBefore, InsertNodeAfter and AddChildNode functions to the cTreeViewNode object. |