ItemsStackPanel.ScrollingDirection Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob Elemente vorwärts oder rückwärts verschoben werden oder nicht verschoben werden.

public:
 property PanelScrollingDirection ScrollingDirection { PanelScrollingDirection get(); };
PanelScrollingDirection ScrollingDirection();
public PanelScrollingDirection ScrollingDirection { get; }
var panelScrollingDirection = itemsStackPanel.scrollingDirection;
Public ReadOnly Property ScrollingDirection As PanelScrollingDirection

Eigenschaftswert

Ein Enumerationswert, der angibt, ob die Elemente vorwärts oder rückwärts verschoben werden, oder Keine , wenn die Elemente nicht verschoben werden.

Gilt für: