OrientedVirtualizingPanel.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 horizontal offset of the scrolled content.
public:
property double HorizontalOffset { double get(); };
double HorizontalOffset();
public double HorizontalOffset { get; }
var double = orientedVirtualizingPanel.horizontalOffset;
Public ReadOnly Property HorizontalOffset As Double
Property Value
Double
double
A value in pixels.
Remarks
To change the horizontal offset, call SetHorizontalOffset.