SelectiveScrollingOrientation 列挙型

定義

SelectiveScrollingGrid パネルがスクロールできる方向を指定します。

public enum class SelectiveScrollingOrientation
public enum SelectiveScrollingOrientation
type SelectiveScrollingOrientation = 
Public Enum SelectiveScrollingOrientation
継承
SelectiveScrollingOrientation

フィールド

Both 3

パネルは、水平および垂直の両方向にスクロールします。

Horizontal 1

パネルは水平方向にのみスクロールします。

None 0

パネルはスクロールしません。

Vertical 2

パネルは垂直方向にのみスクロールします。

適用対象