-
What do you want to achieve?
I’m currently working on a selection GUI and want to use a grid within a scrolling frame. -
What is the issue?
There are massive gaps between the top of the scroll frame and between rows (which I think are caused from the UIAspectRatioConstraint):

For the sake of convenience, I will save some words and provide a repro:
repro.rbxl (24.5 KB)
Solutions I have tried so far:
- Deleting the UIAspectRatio; which I absolutely need for the cells to be square, therefore a bad solution
- Scaling the scroll frame relative to one axis; not ideal because I want it to scale both ways for different screen sizes
I’m not too experienced with UI design, so if there’s an obvious mistake (or more), please lemme know!


