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

ユーザーはリストの順序を変更できます。

適用対象