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.ScrollAlwaysVisible

For normal listboxes, this indicates if the scroll bar will always be shown on the right side of the list, even if the number of list items is not enough to fill up the entire list. By Default, windows will only show a scrollbar when there are enough items to warrant it. For multi-column listboxes, Windows does not show a horizontal scroll bar at all. Setting this value indicates that a horizontal scroll bar should be added. There is never a vertical scroll bar.

[Visual Basic]
Public Property ScrollAlwaysVisible As Boolean
[C#]
public bool ScrollAlwaysVisible {get; set;}
[C++]
public: __property bool get_ScrollAlwaysVisible();
public: __property void set_ScrollAlwaysVisible(bool);
[JScript]
public function get ScrollAlwaysVisible() : Boolean;
public function set ScrollAlwaysVisible(Boolean);

See Also

ListBox Class | ListBox Members | System.WinForms Namespace