ScrollingSnapPointsMode Enum

Definition

Defines constants that specify how the ScrollView handles snap points.

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

Fields

Name Value Description
Default 0

Snap points are respected.

Ignore 1

Snap points are ignored.

Applies to

Produkt Verzie
Windows App SDK 1.4, 1.5, 1.6

See also