ListView::ColumnWidthChanging Event
Occurs when the width of a column is changing.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This event allows you to check the new column width with the ColumnWidthChangingEventArgs::NewWidth property, and cancel the event if you choose by setting the Cancel property to true.
For more information about handling events, see Handling and Raising Events.
The following code example demonstrates handling the ColumnWidthChanging event. It also demonstrates the ColumnWidthChangingEventArgs::NewWidth and Cancel members. To run this example, paste the code into a Windows Form. Call InitializeListView1 from the form's constructor or Load event handler.
Available since 2.0