ListBox::ColumnWidth Property
.NET Framework (current version)
Gets or sets the width of columns in a multicolumn ListBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Int32The width, in pixels, of each column in the control. The default is 0.
| Exception | Condition |
|---|---|
| ArgumentException | A value less than zero is assigned to the property. |
.NET Framework
Available since 1.1
Available since 1.1
Show: