NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.MultiColumn

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);

See Also

ListBox Class | ListBox Members | System.WinForms Namespace