UIGridLayout Size Problem

I have a Text label and I want to increase the value of this label to size, but since this label is connected to a UIGrideLayout, GridLayout does not allow it, how can I solve it?

There should be a prolerty to change the size in the UIGridLayout

Which one?

I don’t know, but maybe the FillDirectionMaxCells option?

Edit the cellsize property, that should be it :slight_smile:

CellSize collectively changes the value of all of them to you I want to change the value of a certain one

I don’t know if that is possible