OrientedVirtualizingPanel.HorizontalOffset Property

Definition

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.

Applies to