ListBox::MultiColumn Property
.NET Framework (current version)
Gets or sets a value indicating whether the ListBox supports multiple columns.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentException | A multicolumn ListBox cannot have a variable-sized height. |
A multicolumn ListBox places items into as many columns as are needed to make vertical scrolling unnecessary. The user can use the keyboard to navigate to columns that are not currently visible. Set the HorizontalScrollbar property to true to display a horizontal scroll bar that enables the user to scroll to columns that are not currently shown in the visible region of the ListBox. The value of the ColumnWidth property determines the width of each column.
.NET Framework
Available since 1.1
Available since 1.1
Show: