How Can I Scale UI Grid Frames?

So I have some frames in a scrolling frame with a UI Grid Layout. The thing is, it’s impossible for me to scale the frames.

Is there anyway to fix this?

1 Like

Try adjusting the CellSize property of the UIGridLayout.

1 Like

I set it to {0, 150},{0, 150}

If you have frames that has different size, perhaps using UIListLayout

Use a UIAspectRatioConstraint inside of each frame to force a certain aspect ratio. This uses one of the two dimensions from the cell size.

1 Like

Sorry for the late reply!

Anyways, by that do you mean, insert a UI Constraint into each button (Or The Parent Frame)?