ScrollingInteractionState Enum

Definition

Defines constants that specify the interaction state of a ScrollView.

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
Inheritance
ScrollingInteractionState
Attributes

Fields

Animation 3

An animation is occurring.

Idle 0

No interaction is occurring.

Inertia 2

Inertial movement is occurring.

Interaction 1

User interaction is occurring.

Applies to