Scrolling frame and UIGridLayout

So basically all i would like to know is how to make the UIGridLayout keep the button perfectly square without using offset inside of a ScrollingFrame since when i do it the way i usually do this happens:


Since the Y of the scrolling frame is big using scale in uigridlayout makes it really long but then if i were to use offset on some screens it would look really small. Anyone got a suggestion or knows how to do this?

you may try UIListLayout with warpping enabled
the elements can be size by XX or YY to maintain square size

Insert an aspect ratio constraint under the grid layout.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.