OrientedVirtualizingPanel.VerticalOffset Property

Definition

Gets the vertical offset of the scrolled content.

public:
 property double VerticalOffset { double get(); };
double VerticalOffset();
public double VerticalOffset { get; }
var double = orientedVirtualizingPanel.verticalOffset;
Public ReadOnly Property VerticalOffset As Double

Property Value

Double

double

A value in pixels.

Remarks

To change the vertical offset, call SetVerticalOffset.

Applies to