ListView and MultiColumListView when reordable set to false, they are still reordable

I’m on 6000.0.20f that I set reordable false on ListView and MultiColumnList but it’s still can be reordable also cause selectable where selection type already false. Am I alone here?

HI,
This is a known issue we are currently investigating. Unity Issue Tracker - The list remains orderable when NonReorderableAttribute is used

1 Like

I happened to have another issue with ListView and MultiColumn.

When virtualizationMethod is set to DynamicHeight, sorting a column or changing the resolution using Free Aspect causes the following error: Layout update is struggling to process current layout (consider simplifying to avoid recursive layout).

Additionally, even though selectionType is set to None, items are still selectable.

Could you please file a bug report for that?