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

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 advanced horizontal navigation is enabled in a banded layout.
UseBandsAdvVertNavigation Gets or sets whether advanced vertical navigation is enabled in a banded layout.
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