Wimark.Controls Class Library  

ListBox.ScrollBars Property

Gets or sets the type of scroll bars to display in the ListBox.

[Visual Basic]
Public Property ScrollBars As ListBoxScrollBars 
[C#]
public ListBoxScrollBars ScrollBars {get; set;}
[C++]
public: __property ListBoxScrollBars get_ScrollBars();
public: __property void set_ScrollBars(ListBoxScrollBars);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListBox Class | ListBox Members | Wimark.Controls Namespace