Make UiListLayout spread on the sides

Hi
I use listLayout in my gui and I wondered is it possible to make it so that when there’s no more space for objects to stack vertically it would make 2 columns. Something like this:

Use the UIGridLayout for this instead. It has a property called FillDirectionMaxCells nvm, thats not the point. it just should do what you want automatically.

2 Likes

No, you were correct before you made the edit. Use the right tool for the right job, and in this case @OP should be using a UIGridLayout because his desired structure is a grid.

1 Like