ScrollingRailMode 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 the state of the scroll rail for a ScrollView
.
public enum class ScrollingRailMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingRailMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingRailMode
Public Enum ScrollingRailMode
- Inheritance
-
ScrollingRailMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Enabled | 0 | The scroll rail is enabled. |
Disabled | 1 | The scroll rail is disabled. |