TcxCustomVerticalGrid.OnLeftVisibleBandIndexChanged Event
Fires for banded views when scrolling occurs.
Declaration
property OnLeftVisibleBandIndexChanged: TNotifyEvent read; write;
Remarks
The OnLeftVisibleBandIndexChanged event notifies you about the scrolling of banded grid views.
The Sender parameter provides the vertical grid control that initiated the event.
You can obtain the left visible band via the LeftVisibleBand
property.
Additionally, you can track the horizontal scrolling of grid rows using the OnLeftVisibleRecordIndexChanged event.
See Also