다음을 통해 공유


ScrollOrientation 열거형

정의

세로 또는 가로 스크롤 방향을 지정하는 열거형입니다.

public enum class ScrollOrientation
public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
상속
ScrollOrientation

필드

Name Description
Vertical 0

콘텐츠가 세로로 스크롤됩니다.

Horizontal 1

콘텐츠가 가로로 스크롤됩니다.

Both 2

콘텐츠는 가로 및 세로로 스크롤할 수 있습니다.

Neither 3

콘텐츠를 스크롤할 수 없습니다.

적용 대상