IScrollProvider.HorizontalScrollPercent Property

Definition

Gets the current horizontal scroll position.

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

Property Value

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

Applies to

See also