TdxCustomListView.OnColumnPosChanged Event
Allows you to perform specific actions when a user changes a column‘s position in the List View.
Declaration
property OnColumnPosChanged: TdxListViewColumnPosChangedEvent read; write;
Remarks
This event occurs every time a column moves in the List View control.
Refer to the TdxListViewColumnPosChangedEvent type description for information on available options.
See Also