How do I add items to the ListView?

Hello there,

Do I add it through a script or I can add it visually? I prefer it to add a dummy list item to see how it’s going to look then dynamically expand it with code.

Just with listView.Add(myelement);

1 Like

Currently you have to add it through code, like manuelgoellnitz said, but we are aware of users wanting to visualize their list items in the UI Builder and have it down on our list of things to handle, just can’t get to it right now!

1 Like

It’s great to know. Xcode has a great solution for this, it will only show a single cell, you don’t need to see an entire list. That would be a great idea.