[Solved] How to make a Vertical Layout Group overflow vertically if there is no space in the panel?

I need this for a server browser.

Instead of scaling layout elements down to fit the panel, how do I make it just overflow vertically?

I think what you want is to have each element itself to be a specific set size so the vertical group positions them but keeps their size explicit. Use a Layout Element component on all the elements and set their min/max height appropriately.

Yes this did the trick :smile: Thanks!