Dunno - I marked it experimental until I have time to revisit it. There’s a lot left to wrap which is why I’m recommending a purpose built solution. The issue with the ListView is that it’s a templated C++ class, that concept doesn’t exist in blueprints. So the experimental one in UMG was going to be limited to lists of UObjects only. Right now, users can’t create normal UObjects from blueprints, they need C++ which is why it’s on hold.
If you don’t need sortable header rows or the ability to virtualize a possible set of 10000 entries, then just use a Scrollview with a vertical box in it. Handle the virtualization yourself with pages.