I've got 10 items in a List, I want to iterate over that list and populate a table, starting on the top row, going left to right.
I've had a look into this but I can't find an easy way. It seems that I would have to calculate how many child nodes the table has and use those to work out where to place the items.
Is there a simpler way? My table will look like a phone keypad, except with numbers I want to populate Strings from my List.
Any pointers?