ScrollingInteractionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Idle | 0 | No interaction is occurring. |
Interaction | 1 | User interaction is occurring. |
Inertia | 2 | Inertial movement is occurring. |
Animation | 3 | An animation is occurring. |