So, I’m creating a settings menu for a game I’m working on, and I’m using a scroll box so that I can fit all the settings I need. I have some widgets that are user created that are being imported in, and are children of the scroll box. My problem is that the box that the scroll box has for the widget is smaller than the widget actually is, causing some widgets to overlap eachother. To stop them from doing that I used translation to move them apart, and space them out properly. The only problem with that is that the scroll box only scrolls to the bottom of where the last widget should be, before being moved, so now it can’t scroll down far enough. Is there any way to resize the widget’s box in the scroll box so that I don’t have to use translation?