TreeListOptionsNavigation Properties
Contains options that control node navigation functionality.
Name | Description |
---|---|
Allow |
Gets or sets whether to allow a user to expand/collapse Tree |
Auto |
Gets or sets whether a newly added node is automatically focused. |
Auto |
Gets or sets whether Left and Right arrow keys move focus to the next/previous node when the current node’s last/first cell is focused. |
Enter |
Gets or sets whether the ENTER key can be used to move focus between cells. |
Move |
Gets or sets whether end-users can navigate through cells using Arrow keys while editing cells. |
Use |
Gets or sets whether focus always moves horizontally to the sibling cell or with respect to how columns are arranged in bands. |
Use |
Gets or sets whether focus always moves vertically to the sibling cell or with respect to how columns are arranged in bands. |
Use |
Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. |
See Also