ScrollingIndicatorMode Enum

Definition

Defines constants that specify input-specific transition animations that are part of the default template for ScrollBar.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ScrollingIndicatorMode
XAML
<objectproperty="enumMemberName" />
Inheritance
ScrollingIndicatorMode
Attributes

Fields

Name Value Description
None 0

Do not use input-specific transitions.

TouchIndicator 1

Use input-specific transitions that are appropriate for touch input.

MouseIndicator 2

Use input-specific transitions that are appropriate for mouse input.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6