Scroll list with 3 columns
So I need to have a screen with a scroll list in which different elements will appear depending on the amount of elements stored in the local database.
I want each line to have 3 elements, so my question is, how is this ment to be in touchGFX? I have designed a custom container that has one element but I dont get how this expands downwards,

I mean, I have set the list to expand to the right, but i want it to grow another line when an elemnt doesnt fit in the same line. And i want it to be scrollable vertically not horizontally
I don't get how this is supposed to be done, the only thing i can think of is creating a clone of the same container under the current container but I think this is a bad solution.
