windowsforms-devexpress-dot-xtratreelist-dot-treelist-d075cf28.md
Fires after a column’s width has been changed.
Namespace : DevExpress.XtraTreeList
Assembly : DevExpress.XtraTreeList.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
public event ColumnWidthChangedEventHandler ColumnWidthChanged
Public Event ColumnWidthChanged As ColumnWidthChangedEventHandler
The ColumnWidthChanged event's data class is ColumnChangedEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Column | Gets a Tree List column. |
The ColumnWidthChanged event occurs in the following cases:
This event isn’t fired when the TreeListOptionsView.AutoWidth option is set to true and a column’s width is changed as a result of modifying the Tree List’s width.
See Also