Feature Request: Add ability to move nodes

Summary

Id: 13463.3
Type: Issue Issue
Current Status: Open

Detail

18 Nov 2003 Open Arnout de Vries

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

26 Feb 2004 Open Steve McMahon

Added MoveNode, InsertNodeBefore, InsertNodeAfter and AddChildNode functions to the cTreeViewNode object.