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 Consuming 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.