ScrollingAnimationMode Enum

Definition

Defines constants that specify whether the ScrollView control plays animations for scrolling and zooming actions.

public enum class ScrollingAnimationMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingAnimationMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingAnimationMode
Public Enum ScrollingAnimationMode
Inheritance
ScrollingAnimationMode
Attributes

Fields

Auto 2

Animations are played when operating system (OS) settings enable animations.

Disabled 0

Animations are not played.

Enabled 1

Animations are played.

Applies to

See also