Help with UiListLayout

Hey there,
I have this frame here that will have other mini frames cloned inside of it and I am using a UiListLayout to lay them out but when there is more than 3 added the frames just go off the screen. Is there any fix to this so it will go down once that row is full?
Thanks.

1 Like

You could use UIPadding to solve this?

2 Likes

I tried this and keep all going off the page.

You could use UIGridLayout, that’s how I usually do lists like this.

2 Likes