PanelScrollingDirection Enum

Definition

Defines constants that specify the direction that a panel is scrolling.

public enum class PanelScrollingDirection
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class PanelScrollingDirection
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum PanelScrollingDirection
Public Enum PanelScrollingDirection
Inheritance
PanelScrollingDirection
Attributes

Fields

Backward 2

The panel is scrolling backward.

Forward 1

The panel is scrolling forward.

None 0

The panel is not scrolling.

Applies to