Is there a way to use UI layouts for both axis?

Hey, so I just wondered if there’s a way I can use UI layout objects to make it so as I add more UI elements to my frame, it’ll automatically move them on the X axis, but also would create new rows if a certain number of them were assigned, and then would reset the X axis back to the start position.

Not sure if anything like this is possible…any help appreciated, thanks!

1 Like

Have you looked into UIGridLayout? It should do exactly what you’re asking for. Unless I’m misunderstanding the question.

3 Likes

Will check that out. Thank you :slight_smile:

Here is a (Reference Class) about UIGridLayouts.

1 Like