Back to Devexpress

TdxCustomListView.OnColumnSizeChanged Event

vcl-dxlistview-dot-tdxcustomlistview-d6efb038.md

latest719 B
Original Source

TdxCustomListView.OnColumnSizeChanged Event

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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit