(this is a VERY dumb question, ive not been developing for a lil’ bit.)
So, im messing around with this UI template, seeing if its worth using, and ive had this question
i need to drag the “home” frame up to the top, so then the pages are in the correct order.
bare with me here, but how do i do this?
They’re sorted in alphabetical order, the only way to change it is to rename one.
This especially sucks because it doesn’t work well with numbers and as such lists of parts with ascending numbers often sort weirdly
I’m not sure about UI page layout, but you can remove all children and put it under something else temporarily, and then put the children in order on how you want it.
Yes, this does not require scripts. You change the LayoutOrder property of the frame, to the order you want it to be in. i.e. the frame with a LayoutOrder of 1 will appear before the one with a LayoutOrder of 2, and so on and so forth. This can be done from the properties tab and requires no scripting. More importantly, any future updates to the frames in your gui won’t throw off the order.