Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 488 Bytes

listviewreordermode.md

File metadata and controls

27 lines (18 loc) · 488 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ListViewReorderMode
winrt enum

ListViewReorderMode

-description

Defines constants that specify the reorder mode of a ListView or GridView.

-enum-fields

-field Disabled:0

A user can't reorder the list.

-field Enabled:1

A user can reorder the list.

-remarks

-examples

-see-also