Reordering Columns and Nodes
The following operations can be performed by end-users to rearrange columns and nodes.
- Dragging a column header and dropping it to a new position within the column header panel.
- Dragging a node indicator and dropping it to a new position.
Notes:
- End-users can only drag column headers if the TreeListOptionsColumn.AllowMove option is enabled.
- Node drag-and-drop functionality can be enabled with the TreeListOptionsDragAndDrop.DragNodesMode property.
See Also