ScrollingScrollMode 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 scrolling behavior for the ScrollView
control.
public enum class ScrollingScrollMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingScrollMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingScrollMode
Public Enum ScrollingScrollMode
- Inheritance
-
ScrollingScrollMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Enabled | 0 | Scrolling is enabled. |
Disabled | 1 | Scrolling is disabled. |
Auto | 2 | Scrolling is enabled but behavior uses a "rails" manipulation mode. |