DataGrid::VertScrollBar Property

 

Gets the vertical scroll bar of the control.

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

protected:
[BrowsableAttribute(false)]
property ScrollBar^ VertScrollBar {
	ScrollBar^ get();
}

Property Value

Type: System.Windows.Forms::ScrollBar^

The vertical ScrollBar of the grid.

.NET Framework
Available since 1.1
Return to top
Show: