ListViewReorderMode 열거형

정의

ListView 또는 GridView의 다시 정렬 모드를 지정하는 상수를 정의합니다.

public enum class ListViewReorderMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ListViewReorderMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ListViewReorderMode
Public Enum ListViewReorderMode
상속
ListViewReorderMode
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

필드

Disabled 0

사용자는 목록의 순서를 변경할 수 없습니다.

Enabled 1

사용자는 목록의 순서를 변경할 수 있습니다.

적용 대상