Scrolling frame not resizing enough

A scrolling frame in my inventory system isn’t resizing enough to fit its contents.

I looked on the devforum and mainly see people saying to set the size to {0,0,0,0} and turn auto scale on for the right axis but I’ve already done that and it is resizing but not enough.

1 Like

After an hour of searching I fixed it by using a UIGridLayout and putting a UIAspectRatioConstraint inside it

I think UIListLayout would also work.