ListView Columns / Headers

Are there any plans to add columns/headers to the UIElements ListVIew?

Yes, there are such plans but I don’t have a target date or version for this feature.

In the meantime, it’s actually not too bad to implement something yourself on top of ListView. All you need is to create the individual cells inside each row of the ListView and make sure all cells belonging to a specific column have the same width. You’ll still get the virtualization from ListView but it will “appear” to have columns as well.

Thanks for the reply, yes, that’s what I’m doing, it’s a great oppurtunity to learn.

Any news on this?

Multi column list and tree views are supported since Unity version 2022.2: https://docs.unity3d.com/2022.2/Documentation/Manual/UIE-ListView-TreeView.html