Using scroll containers horizontal and vertical

in GUI
Hello, I'm curious if its possible to use the scroll container in a way that it populates a horizontal row until it reaches the limit of the scroll container then it proceeds to start a new row, like this: https://i.imgur.com/bpcaQbn.png
here's my node structure https://i.imgur.com/TKG1hTt.png
Thank you
Tags :
Comments
I have a GridContainer with two columns, and the buttons inside it behave that way.
Thank you for the insight I'll try doing that and see if it works in my case
Yeah try replacing that VBox with a GridContainer.