Is there any better way to achive this offset in a scrolling frame UIList?

So I have an horizontal frame with a UIList inside it and I’ve ran to a problem where I can’t set an offset for the first frame that is inserted into the list and that’s how it looks:

and I found a solution by adding an offset frame for that which looks like this:

but what I’m wondering is if there is any better way to implement something like this?

anyone???

I’m not super skilled with UI design, but every time I try using a UIListLayout - I have issues too.
Try the UIGridLayout, and configure it to your liking. I prefer these in most cases.

1 Like