UI Grid Layout do not arrange frames horizontally

,

im making an a scrolling horizontal menu but when i put the ui grid layout and i configure it always happen this


it fill vertically and not horizontal, what can i do?

Have you tried setting the UIGridLayout’s CellSize.Y.Scale to 1, so each cell fills the parents’ Y.Scale? It should force them onto the same plane. And make sure CellSize.X has enough room for how many cells you’re trying to put in it.

1 Like