IScrollProvider.VerticalScrollPercent Property

Definition

Gets the current vertical scroll position.

public:
 property double VerticalScrollPercent { double get(); };
public double VerticalScrollPercent { get; }
member this.VerticalScrollPercent : double
Public ReadOnly Property VerticalScrollPercent As Double

Property Value

The vertical scroll position as a percentage of the total content area within the control.

Applies to

See also