ScrollViewer.HorizontalOffset Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that contains the horizontal offset of the scrolled content.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.DoubleThe horizontal offset of the scrolled content. The default value is 0.0.
Dependency property identifier field: HorizontalOffsetProperty
A positive HorizontalOffset value corresponds to the content being offset to the left.
Valid values are between zero and the ExtentWidth minus the ViewportWidth.
Show: