Hi Guys,
I'm attempting something I'm not sure is supported and am experiencing some problems with. I'm attempting to place 2 UITable(child-table) within a main UITable. Here is how it works:
1. I start my scene with both child-table being empty.
2. I add elements to the bottom-most child-table and reposition that table with success.
3. At a click of a button I add elements to the upper-most child-table. I reposition but this time, all the elements stay bunched up over each other.
The only way to prevent them from overlapping is by putting a big offset, which comes down to using a UIGrid.
Any idea how to fix this? Is this even supported?