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)

<BrowsableAttribute(False)>
Public ReadOnly Property VerticalScrollingOffset As Integer

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: