UIGridLayout.CellSizeConstraint

I’m making a GUI with the cells sized by Scale (I want to make a GridLayout with each cell one third of the whole frame along the X axis, and then for each of the grids to be square), but I have to manually change the CellSize via script so that it replicates a “RelativeXX” SizeConstraint.
This would function just like the SizeConstraint option for other gui objects, can be set to any of the items in Enum.SizeConstraint.

4 Likes

I am in this same boat, this feature would be simple and handy.

It’s in the works :slight_smile:

(Allowing users to place UIConstraints like cell size/ratio etc into GridLayout)

3 Likes