ScrollViewer.ContentHorizontalOffset Property

Definition

Gets the horizontal offset of the visible content.

C#
public double ContentHorizontalOffset { get; }

Property Value

The horizontal offset of the visible content.

Remarks

When IsDeferredScrollingEnabled is true, the content is scrolled when the user releases the Thumb of the ScrollBar. When the user drags the Thumb, the ContentHorizontalOffset value does not change. When the user releases the Thumb, ContentHorizontalOffset updates to the current HorizontalOffset value.

When IsDeferredScrollingEnabled is false, the content is scrolled when the user drags the Thumb. In this case, ContentVerticalOffset is always equal to HorizontalOffset.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10