Ability to offset individual items in UILayout-enabled UIs

The new UILayout features are super useful! :tada:

Can we get the ability to individually set offsets/margins on a per-element basis (as opposed to using, for example, UIListLayout.Padding, which applies an equal margin between each element)?

Perhaps it could treat each UI element’s individual .Position as an offset, rather than completely overriding and ignoring it.

2 Likes

Wouldn’t putting an (invisible) frame around each element allow you this control?

Per-element padding on elements seems not very easy to maintain

2 Likes

That’s a pretty fair workaround :grin: