UIListLayout children are not in the order I want

Hi, I’m attempting to get these labels provided below to be in order, however I don’t see a way to order them how I want to. I would like the “News” label to appear at the end, not in the middle.

I can’t find a way to order these labels manually, other than renaming my labels to appear correctly.

Without news:
image

What appears:
image

How I would like it to appear:
image

My file hierarchy:
image

Once again, I’d prefer not to put a letter at the start of the button like “zNews” but if I have to I will.

What I’ve tried: I’ve tried to add the news button after other ones in varying ways, it just goes back. It does work if I rename the news button “zNews” but I’d rather not do that.

Any help is appreciated, thank you!

in the properties of the UIs you want to be in order use Zlndex like (1, 2, 3, 4, 5)

image

oh wait sorry i meant LayoutOrder

image

1 Like

Hi, sorry as usual as soon as I post on the devforum I manage to solve the issue myself. I set SortOrder to LayoutOrder so the last thing I enter is the last button that shows up. Thank you for your help! The way you’re doing it DOES seem like it would be better for the future incase I need to add more buttons, so I’ll look out for that. Thanks.
image

1 Like

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