UIListLayout makes the elements outside frame

Hello! I have a problem with a UIListLayout

  • I have a frame with some ImageLabels and I want them to be ordered so I have used a UIListLayout, the problem is that when I duplicate the images several times instead of going down it goes out of the frame. Is there a solution to this?

Image with the problem;
uilistprob

Thanks!

Use UIGridLayout | Roblox Creator Documentation instead

2 Likes

Yes, there is.

Use UIGridLayout instead, and set FillDirectionMaxCells to your desired number, or keep it zero, and by my understanding it will overflow automatically.

image

5 Likes

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