Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ScrollableControl::VScroll Property

 

Gets or sets a value indicating whether the vertical scroll bar is visible.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
property bool VScroll {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the vertical scroll bar is visible; otherwise, false.

The functionality of the VScroll property can also be accomplished through calls to the GetScrollState and SetScrollState methods using ScrollStateVScrollVisible as the parameter.

Note    AutoScroll maintains the visibility of the scrollbars automatically. Therefore, setting the HScroll or VScroll properties to true have no effect when AutoScroll is enabled.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft