ScrollingContentOrientation Enum

Definition

Defines constants that specify the orientation of content scrolling in a ScrollView.

public enum class ScrollingContentOrientation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ScrollingContentOrientation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ScrollingContentOrientation
Public Enum ScrollingContentOrientation
Inheritance
ScrollingContentOrientation
Attributes

Fields

Both 3

Content can scroll both horizontally and vertically.

Horizontal 1

Content can scroll horizontally.

None 2

Content cannot scroll either horizontally or vertically.

Vertical 0

Content can scroll vertically.

Applies to