Unity - Scripting API: UIElements.BaseListView.reorderMode
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
This property controls the drag and drop mode for the list view.
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.