VerticalOffset Property (DataGridViewport)
In This Topic
Gets a value that contains the vertical offset of the scrolled content.
Syntax
'Declaration
Public ReadOnly Property VerticalOffset As Double
public double VerticalOffset {get;}
Property Value
The vertical offset.
See Also