Gets or sets a value indicating whether the vertical scroll bar is visible.
[Visual Basic] Protected Property VScroll As Boolean [C#] protected bool VScroll {get; set;} [C++] protected: __property bool get_VScroll(); protected: __property void set_VScroll(bool); [JScript] protected function get VScroll() : Boolean; protected function set VScroll(Boolean);
true if the vertical scroll bar is visible; otherwise, false.
ScrollableControl Class | ScrollableControl Members | System.WinForms Namespace | HScroll