Expanding and Collapsing Nodes
Keyboard Shortcuts
Expand the focused node:
- Ctrl + Right Arrow
- Plus
- Right Arrow in the leftmost node cell if the TreeListOptionsNavigation.AllowExpandCollapseWithArrowKeys property is enabled.
Collapse the focused node:
- Ctrl + Left Arrow
- Minus
- Left Arrow in the leftmost node cell if the TreeListOptionsNavigation.AllowExpandCollapseWithArrowKeys property is enabled.
Mouse Actions
A user can do the following to expand/collapse a node:
- Click an expand button.
- Double-click a node.
See Also