ScrollOrientation Enum

Definition

Enumeration specifying vertical or horizontal scrolling directions.

public enum class ScrollOrientation
public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
Inheritance
ScrollOrientation

Fields

Both 2

The content can scroll both horizontally and vertically.

Horizontal 1

The content scrolls horizontally.

Neither 3

The content cannot scroll.

Vertical 0

The content scrolls vertically.

Applies to