ScrollViewerView.HorizontalOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the distance the content has been scrolled horizontally.
public:
property double HorizontalOffset { double get(); };
double HorizontalOffset();
public double HorizontalOffset { get; }
var double = scrollViewerView.horizontalOffset;
Public ReadOnly Property HorizontalOffset As Double
Property Value
Double
double
The distance the content has been scrolled horizontally.