Freigeben über


ScrollOrientation Enumeration

Definition

Enumeration, die die vertikale oder horizontale Scrollrichtung angibt.

public enum class ScrollOrientation
public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
Vererbung
ScrollOrientation

Felder

Name Wert Beschreibung
Vertical 0

Der Inhalt scrollt vertikal.

Horizontal 1

Der Inhalt scrollt horizontal.

Both 2

Der Inhalt kann horizontal und vertikal scrollen.

Neither 3

Der Inhalt kann nicht scrollen.

Gilt für: