I am having some issues with the UITable as you can see in the image:
I want to add this title to the table but for some reason a huge space is added after it before the next element. This space also changes depending on the number of elements that follow. Any idea why this happens?
The pivot and the cell alignment of the table are both set to "top".
The first object is just a Label and it's size is the same as the letters you see.
Here is how the table looks without the label in it:
EDIT:Here is the scene view:
and the structure in the hierarchy:
"Label" is just a UILabel gameobject. Note that "wordgrid" is actually an UITable, just haven't changed the name.
The reason why I added it to the table rather than to place it on the same level as the table is that the scroll view kept pushing the label down everytime I repopulated the table.
also here's how the table settings look like:
Hope this makes it clearer