Share via


ScrollingInteractionState Enumeration

Definition

Definiert Konstanten, die den Interaktionszustand eines ScrollViewangeben.

public enum class ScrollingInteractionState
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingInteractionState
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingInteractionState
Public Enum ScrollingInteractionState
Vererbung
ScrollingInteractionState
Attribute

Felder

Animation 3

Eine Animation wird ausgeführt.

Idle 0

Es findet keine Interaktion statt.

Inertia 2

Es tritt eine Trägheitsbewegung auf.

Interaction 1

Benutzerinteraktionen treten auf.

Gilt für: