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