TcxCustomTreeList.GotoBOF Method
In This Article
Moves focus to the first node in the control.
#Declaration
Delphi
procedure GotoBOF;
#Remarks
The method scrolls the View, if the node is beyond the View’s boundaries.
To move focus to the last node, use the GotoEOF method.
See Also