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);
ListView Class | ListView Members | System.WinForms Namespace