GUI Element not resizing when UiGridLayout is present

Hello! I have been trying to make a simple Layout of some BloxyFrames, I am using a UiGridLayout so I can organise everything but there is an issue: The Frame will not resize itself no matter what. It works completly fine if the UiGridLayout gets deleted. I am not sure what else I can try, using a UiListLayout also doesn’t really work + it doesn’t keep it contained in the frame and I am not sure on what to do else. I will be thankful if there is a solution to this

Here is a video to the problem:

set the UIGridLayout’s cell size to use scale instead of offset

1 Like

Wow! This really solved the issue. Thank you!!

1 Like

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