scroll box issues :/

Hey there,

i am trying to organise the layout of 13 buttons organised vertically down the centre of the screen. The buttons are created and placed in the rows of a grid panel at runtime. Also the number of buttons may vary.

What i want to do is incorporate a scroll box so that any overflow of buttons in the grid panel past the bottom of the screen allow the user to scroll to them.

I kind of have a setup that works. But i am doing it by grabbing the bottom of the grid panel and stretching it down massively to allow for space. However it seems kind of dumb doing it this way.

especially as it keeps reorienting itself in the designer to its bottom scroll position for some reason.

And I need it to be as long as the button count requires.

If anyone knows the smart way to approach this, please help Lord Nooby x

Hello TheGreatShampoo,

I think the issue is that you didn’t place a canvas widget. Without this, other widgets will be forced to be reshaped

1 Like

So the canvas widget needs to be the parent widget of all the others? - I placed the scroll above because i wanted whatever was on the canvas to be part of the scroll box.

thanks,
Sam