Add more space to a Scrolling Frame

Hi, I have a simple question but I can’t figure it out. I have a scrolling frame with a UIListLayout, I’m adding different frames but it runs out of space, you cant go down more and there are frames that are not seen. Here is an example.

error

I have tried changing “CanvasSize” but the frames get bigger.

yeah, i don’t see another ways to do this

1 Like

If the frames are getting bigger, then you have to convert the y scale size to offset in pixels.

Lock your frames to RelativeXX sizeconstraint. And only change your canvas size on the Y.

1 Like