Hey,
I'd like to to create a ListView with a dynamic amount of items (TextCells) in it. Sometimes the ListView needs to contain 5 TextCells, sometimes it needs to contain more, ... How can I achieve that? Creating a ListView is fairly simple, but I am not sure how to add a TextCell to it.
Cheers!