Grid Container Orientation & Rows

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By IHate

I would like to spawn the instances in this order

  • 0 - 3 - 6
  • 1 - 4 - 7
  • 2 - 5 - 8

Instead of the horizontal expand that the grid container has

  • 0 - 1 - 2
  • 3 - 4 - 5
  • 6 - 7 - 8

and add new columns without affecting the order of the previous columns.

I could move the nodes manually or create a new vertical container, but I wonder if there’s a way to do this from the node itself or an easier way to achieve this same result, it would be more comfortable to work with. I tried to rotate the grid container but adding new instances reset the orientation and in all honesty it’s not that good of a solution.