TdxCustomListView.OnColumnSizeChanged Event
In This Article
Allows you to perform specific actions when a user resizes a column in the List View.
#Declaration
Delphi
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