Indicates if the listbox is multi-column or not. If it's multi-column, then the listbox uses the columnWidth property to determine how wide to make each column, and displays the data horizontally in columns instead of vertically.
[Visual Basic] Public Property MultiColumn As Boolean [C#] public bool MultiColumn {get; set;} [C++] public: __property bool get_MultiColumn(); public: __property void set_MultiColumn(bool); [JScript] public function get MultiColumn() : Boolean; public function set MultiColumn(Boolean);