How to set start of the UIListLayout to the center

I want to achieve so the UI List Layout starts at the center and goes to the right
What I want to achieve :

I have tried some stuff like setting the horizontal alignment to the center, but it clips the scrolling frame:


or I also tried making a frame inside the scrolling frame which starts at the center but the scrolling frame did not become bigger (I have AutomaticCanvasSize to X)

Sorry I don’t know much about scrollingframes and such so please help

You may be able to achieve something similar to what you want by inserting a frame with transparency 1 and x size 0.5 (it’ll be slightly less than 0.5 for perfectly center, you’ll need to mess around the sizing) in the scrolling frame, with the layout order of the frame being below that of the others (e.g. -1). This will make it take up some space and offset the rest of the frames to the right.