Skip to main content

TreeListOptionsNavigation Members

Contains options that control node navigation functionality.

Constructors

Name Description
TreeListOptionsNavigation() Initializes a new instance of the TreeListOptionsNavigation class.

Properties

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.

Methods

Name Description
Assign(BaseOptions) Copies settings of the specified object to the current object.
BeginUpdate() Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate() Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate() Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset() Resets all options to their default values. Inherited from BaseOptions.
ToString() Returns a string representing the currently enabled options. Inherited from BaseOptions.
See Also