SelectiveScrollingOrientation Enum

Definition

Specifies the direction that SelectiveScrollingGrid panels can scroll.

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

Fields

Both 3

The panel scrolls in both the horizontal and vertical direction.

Horizontal 1

The panel scrolls in the horizontal direction only.

None 0

The panel does not scroll.

Vertical 2

The panel scrolls in the vertical direction only.

Applies to