TdxCustomListView.OnColumnSizeChanged Event
Allows you to perform specific actions when a user resizes a column in the List View.
Declaration
property OnColumnSizeChanged: TdxListViewColumnSizeChangedEvent read; write;
Remarks
This event occurs every time a column’s width changes.
Refer to the TdxListViewColumnSizeChangedEvent type description for information on available options.
See Also