Action
Gets the y coordinate of the origin of the viewport in the component's coordinate system, where the default value is (0,0)
corresponding to the upper-left corner of the component.
Syntax
C#
protected Double verticalScrollPosition { get; }
VB
'Declaration
Protected Read Property verticalScrollPosition As Double
Access
Read only.