ListViewReorderMode 枚举

定义

定义指定 ListViewGridView 的重新排序模式的常量。

public enum class ListViewReorderMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class ListViewReorderMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum ListViewReorderMode
Public Enum ListViewReorderMode
继承
ListViewReorderMode
属性

字段

Disabled 0

用户无法对列表重新排序。

Enabled 1

用户可以对列表重新排序。

适用于