ScrollingSnapPointsMode Enum
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
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingSnapPointsMode
Public Enum ScrollingSnapPointsMode
- Inheritance
-
ScrollingSnapPointsMode
- Attributes
Name | Value | Description |
---|---|---|
Default | 0 | Snap points are respected. |
Ignore | 1 | Snap points are ignored. |
Produkt | Verzie |
---|---|
Windows App SDK | 1.4, 1.5, 1.6 |