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