ScrollingRailMode Enum

Definition

Defines constants that specify the state of the scroll rail for a ScrollView.

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

Fields

Name Value Description
Enabled 0

The scroll rail is enabled.

Disabled 1

The scroll rail is disabled.

Applies to

Product Versions
Windows App SDK 1.4, 1.5, 1.6

See also