TreeListOptionsNavigation Properties
Contains options that control node navigation functionality.Name | Description |
---|---|
AutoFocusNewNode | Gets or sets whether a newly added node is automatically focused. |
AutoMoveRowFocus | Gets or sets whether the Left Arrow and Right Arrow keyboard keys move focus to the next/previous node when the current node’s last/first cell is focused. |
EnterMovesNextColumn | Gets or sets whether the ENTER key can be used to move focus between cells. |
MoveOnEdit | Gets or sets whether end-users can navigate through cells using Arrow keys while editing cells. |
UseBandsAdvHorzNavigation | Gets or sets whether focus always moves horizontally to the sibling cell or with respect to how columns are arranged in bands. |
UseBandsAdvVertNavigation | Gets or sets whether focus always moves vertically to the sibling cell or with respect to how columns are arranged in bands. |
UseTabKey | 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