ScrollingSnapPointsMode 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 how the ScrollView
handles snap points.
public enum class ScrollingSnapPointsMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingSnapPointsMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingSnapPointsMode
Public Enum ScrollingSnapPointsMode
- Inheritance
-
ScrollingSnapPointsMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Snap points are respected. |
Ignore | 1 | Snap points are ignored. |