VirtualizingStackPanel.SetVerticalOffset(Double) Method

Definition

Sets the value of the VerticalOffset property.

public:
 virtual void SetVerticalOffset(double offset);
public void SetVerticalOffset (double offset);
abstract member SetVerticalOffset : double -> unit
override this.SetVerticalOffset : double -> unit
Public Sub SetVerticalOffset (offset As Double)

Parameters

offset
Double

The value of the VerticalOffset property.

Implements

Applies to