DataGridView::VerticalScrollingOffset Property

 

Gets the number of pixels by which the control is scrolled vertically.

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

public:
[BrowsableAttribute(false)]
property int VerticalScrollingOffset {
	int get();
}

Property Value

Type: System::Int32

The number of pixels by which the control is scrolled vertically.

.NET Framework
Available since 2.0
Return to top
Show: