TcxCustomTreeList.OnTopRecordIndexChanged Event
In This Article
Occurs when scrolling the TreeList conrol’s contents.
#Declaration
Delphi
property OnTopRecordIndexChanged: TNotifyEvent read; write;
#Remarks
Write an event handler to perform actions when an end-user scrolls the control’s contents.
The Sender parameter gives access to the TreeList control that initiated the event.
To access the top visible node, use the TopVisibleNode property.
See Also