TcxGridTableView.OnLeftPosChanged Event
Occurs when a View is scrolled horizontally.
Declaration
property OnLeftPosChanged: TNotifyEvent read; write;
Remarks
Use the OnLeftPosChanged event handler to process horizontal scrolling of a View. This event occurs if a View is scrolled, either by keyboard navigation or by moving the View’s horizontal scrollbar.
See Also