Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


reorderMode

This property controls the drag and drop mode for the list view.
Read time 1 minuteLast updated 10 days ago

Definition

[CreateProperty]public ListViewReorderMode reorderMode { get; set; }

Remarks

The default value is
Simple
. When this property is set to
Animated
, 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
Simple
drag mode.