Back to Devexpress

TcxGridTableView.OnLeftPosChanged Event

vcl-cxgridtableview-dot-tcxgridtableview-6fe6a2c7.md

latest673 B
Original Source

TcxGridTableView.OnLeftPosChanged Event

Occurs when a View is scrolled horizontally.

Declaration

delphi
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

TcxGridTableController.LeftPos

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit