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?
Use UIGridLayout instead, and set FillDirectionMaxCells to your desired number, or keep it zero, and by my understanding it will overflow automatically.