So I know UIListLayout or UIGridLayout can make space, but it’s between every single elements (objects), is there a way to only make space if it has different LayoutOrder? like if the two objects has LayoutOrder of 0, they don’t have space, but if one object has LayoutOrder of 0 and the other object has LayoutOrder of 1, it will gives spaces.
You’d have to create your own custom grid layout for custom behaviors
Do you mean using script? char…
Yeah