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 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
Thanks!