Scrolling Frame messing up GUI placement?

Hello, I have a GUI that I am making similar to the Command Prompt in Windows 10. I have a scrolling frame inside the gui, and I also have some text labels cloned in via a script, and their position is changed via a UIListLayout. After the scrolling frame passes its size, the placement starts messing up. The UIListLayouts padding gets bigger, and the label placement gets messed up. I’m not good at explaining, so heres a video of what I mean

Does anyone know how I can fix this? And if needed, I can provide cloning scripts, but I didn’t originally since its in #help-and-feedback:art-design-support

Try setting automatic sizing for the Y axis. This automatically resize the scrolling frame via the size of the text box/Gui instances in the canvas.

I don’t know if a solution was found for this but try adding a UISizeConstraint inside of those frames you are adding.