ScrollView.HorizontalOffset Property

Definition

Gets the distance the content has been scrolled horizontally.

public:
 property double HorizontalOffset { double get(); };
double HorizontalOffset();
public double HorizontalOffset { get; }
var double = scrollView.horizontalOffset;
Public ReadOnly Property HorizontalOffset As Double

Property Value

Double

double

The distance the content has been scrolled horizontally. The default is 0.

Applies to