Share via


ReorderableItemsView.CanReorderItems Property

Definition

Gets or sets a value indicating whether items in the collection can be reordered by the user.

public:
 property bool CanReorderItems { bool get(); void set(bool value); };
public bool CanReorderItems { get; set; }
member this.CanReorderItems : bool with get, set
Public Property CanReorderItems As Boolean

Property Value

true if items can be reordered through user interaction (such as drag and drop); otherwise, false. The default is false.

Remarks

When enabled, users can typically drag and drop items to reorder them within the collection. The specific interaction method (drag and drop, etc.) depends on the platform implementation. When an item is successfully reordered, the ReorderCompleted event is raised.

Applies to