reorderMode
This property controls the drag and drop mode for the list view.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public ListViewReorderMode reorderMode { get; set; }
Remarks
The default value is . When this property is set to , Unity adds drag handles in front of every item and the drag and drop manipulation pushes items with an animation when the reordering happens. Multiple item reordering is only supported with the drag mode.
SimpleAnimatedSimple