is there a way to make a grid layout group instantiate children top to bottom instead of left to right?

is there a way to make a grid layout group instantiate children top to bottom instead of left to right?

Change its StartAxis to Vertical:


You can also play around with your StartCorner and ChildAlignment if you want to change some of its behaviour.