GTK Iconview: List items in vertical order

GtkIconView does not support changing the reflowing orientation: it can only flow by rows, not by columns.

If you want vertical reflowing, you should look at GtkFlowBox instead.