Is there a way to arrange lists to align along the center first without having to go through the hassle of making bounds and determining counts through scripts?
UIListLayout only aligns among a single line.
And it has no Overflow Support
UIGridLayout has overflow support and will align the first line.
But after the first line, it goes back to TopLeft.
I want each new line to align with the center first without having to Script it.
UIGridLayout has no support for Starting from the center.
Is there another UI element I could use instead of strapping together a bunch of UIListLayouts?