How do I keep UIGridLayout apply the same size, with the same amount of Max Cells in a scroll frame for each children(Read more)


as you can see in the video, the box is deshaped when I resize the windows, I cant set the offsets in the y direction because it is a scroll Frame, my explanation is bad, so if you have question feel free to ask me

Add UIAspectRatio constraint to UIGridLayout object. Then remove frame (box that was deshaped) and add it back.
P.S: I know it’s old question. But maybe helpful anyway