Move Nodes
The TreeListView allows you to change a node’s hierarchy in the tree.
To Indent Nodes
Call the TreeListView.IndentNode / TreeListView.IndentNodes method.
Select nodes and call the TreeListViewCommands.IndentSelectedNodes command.
The TreeListView moves nodes to the children of the previous node.
To Outdent Nodes
Call the TreeListView.OutdentNode / TreeListView.OutdentNodes method.
Select nodes and call the TreeListViewCommands.OutdentSelectedNodes command.
The TreeListView moves nodes to the parent level.
Note
The TreeListView indents and outdents nodes with their childhen.