Hello,

I'm trying to develop my world store that will end up looking like the above. I need this to scale to different aspect ratios, so am trying to detect the size of the tables parent object get the aspect ratio from that and decide on the number of rows and columns from that.
Here's its current state:

The biggest point of confusion right now is how to latch the table to the top left of it's parent object, I can manually position it up there but then if I change the resolution of the game it's no longer in the top left of the parent object. Any advice on this on how to achieve this would be greatly appreciated