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

Member Table: Focus and Navigation

Member Description
The TreeList.FocusedNode property Allows you get the focused node and move focus to a specific node.
The TreeList.MoveFirst method Moves focus to the first node.
The TreeList.MoveLast method Moves focus to the last node.
The TreeList.MovePrev method Moves focus to the previous node.
The TreeList.MoveNext method Moves focus to the next node.
The TreeList.MoveLastVisible method Moves focus to the last visible node.
The TreeList.MovePrevVisible method Moves focus to the previous visible node.
The TreeList.MoveNextVisible method Moves focus to the next visible node.
The TreeList.BeforeFocusNode event Fires before a node is focused, and allows you to cancel focus movement.
The TreeList.AfterFocusNodeand TreeList.FocusedNodeChanged events Fire after a node has been focused.