grid-auto-flow: column;

item1
item2
item3
item4

grid-auto-flow: column dense;

item1
item2
item3
item4