Skip to main content
A newer version of this page is available. .

Move Nodes in TreeList

The TreeListView allows you to change selected nodes’ tree level.

Indent_Outdent_nodes

Indent Nodes

When indented, the selected nodes become the previous non-selected node’s child nodes. To indent selected nodes, call the TreeListView.IndentNode or TreeListView.IndentNodes methods.

You can indent nodes using the TreeListViewCommands.IndentSelectedNodes command.

Outdent Nodes

When outdented, the selected nodes move to the upper tree level. To outdent the selected nodes, call the TreeListView.OutdentNode or TreeListView.OutdentNodes methods.

You can outdent nodes using the TreeListViewCommands.OutdentSelectedNodes command.

Note

The TreeList nodes are indented and outdented with their child nodes.