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!

ListView.Scrollable

Tells whether the ScrollBars are visible or not.

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

See Also

ListView Class | ListView Members | System.WinForms Namespace