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?
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?
Try adjusting the CellSize property of the UIGridLayout.
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.
Sorry for the late reply!
Anyways, by that do you mean, insert a UI Constraint into each button (Or The Parent Frame)?