UIGridLayout question

Hello. I want to make something similar to this
image

But Idk how to get that spacing with a textlabel in between boxes. here is mine:
image

Is it even possible whilst using a UIGridLayout and UIPadding?

Thanks!

1 Like

you didn’t really explain well but i’m assuming you want to have a TextLabel before each section

no it’s not

you need to create a “Section” that holds the title and the grid frame containing the UIGridLayout; each section would be positioned with UIListLayout

or you could have the titles and grid frames in the same list but use “Divider” frames and LayoutOrder

i’d do the first method since it’s easier to customize or clone a section

1 Like

Thank you for the help. This is the best solution I’ve come across so far and probably the only actually working one for the thing i want so thank you :smiley:

2 Likes

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