Hello! I’m wondering how to resize how long a scrolling frame scrolls for. I want to make it smaller because I don’t have anything to add at the bottom (the red area).
Thanks,
WiseMatheu
Edit: I know this probably isn’t the right category, but it seemed closest so I put it here.
You can change the AbsoluteWindowSize (without scrollbars) or CanvasSize (size of scrollable area) property, or you can even set AutomaticCanvasSize to true which makes the scrollingframe resize based on how many children it has to fit.
If the frame is inside the scrolling frame. Then it will automatically scale down with the scrolling frame. Just re size the frame after you have changed the size of the scrolling frame canvas
Children of a frame will size accordingly with the parent automatically, you could change the size of the children (after changing the parent) manually, not rlly a bug
Thanks for everyone’s replies, I am currently manually changing the canvas size and then the frame size and I will mark @Winbloo’s first message as the solution when I’ve finished.