Issues with automatic sizing a scrolling frame

Hello, for some odd reason my scrolling frame is not being automatically sized to cover every single child.

AutomaticSizeIssue

As you can see it does not begin scrolling until 3 extra buttons are added after filling the visible container with buttons.

These are my scrolling frame settings
image

And each button also contains an aspect ratio, which I assumed was the problem originally.
image

But my settings seem to be fine to me.

I’ve tried switching to a Grid Layout, which sort of works but even in that case the last element is never shown fully, so at this point I don’t think it has anything to do with my layouts.

Any input?

Use UIAspectRationConstraint inside the scrolling frame, and then, change canvas size to 0 (Optional)
Changin canvas size to 0 means that it will add a scroll bar when it is needed.

Hello did you fixed it? if so may you tell me how?