ScrollingAnimationMode Enum

Definition

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

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingAnimationMode
Inheritance
ScrollingAnimationMode
Attributes

Fields

Name Value Description
Disabled 0

Animations are not played.

Enabled 1

Animations are played.

Auto 2

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

Applies to

Product Versions
Windows App SDK 1.4, 1.5, 1.6

See also