[Runtime] Reordering List View Visually

Hi there,

I know ListView reordering works in “Editor”
But what about in runtime? similar to this?

Please advise

Normally, if the component is available on the runtime, there should be no difference in the usage between the editor and the runtime.

You just need to set the list view as reorderable to get the wanted behavior:

Does that answer your question?

2 Likes

Oh, there is also the Reorder Mode worth mentioning if you want nicer reordering .

2 Likes

Thank you very much Simon, This is really promising

Hello, im using Unity 2020LTS, and while in editor windows, I can do drag-and-drop (as long as I do not redock the window, then it breaks), then I can not do the same runtime. Nothing is happening.
Is this not supported in Unity 2020LTS, do you know?