ScrollViewer.HorizontalOffset Property

Definition

Gets a value that contains the horizontal offset of the scrolled content.

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

Property Value

A Double that represents the horizontal offset of the scrolled content. The default is 0.0.

Remarks

A positive HorizontalOffset value corresponds to the content being offset to the left.

Valid values are between zero and ScrollableWidth.

The returned value is described in Device Independent Pixels.

Beginning in the .NET Framework version 3.5 SP1, when IsDeferredScrollingEnabled is true, HorizontalOffset continues to change as the user drags the Thumb, but the content view doesn't change until the Thumb is released. In this case, ContentHorizontalOffset represents the visible content offset and HorizontalOffset represents the content offset based on the Thumb position.

Dependency Property Information

Identifier field HorizontalOffsetProperty
Metadata properties set to true None

Applies to