Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

An Auto Sizing GridContainer for GodotHave you ever needed a grid container to hold lots of the same node with optimal sizing? Then this is for you! It automagically changes the columns value to fit all of your nodes optimally. A vertical scrollbar even appears if not everything can fit!See the included Example Scene for an implementation example.
Godot AutoGridContainer
An Auto Sizing GridContainer for Godot
Have you ever needed a grid container to hold lots of the same node? Then this is for you! It automagically changes the columns
value to fit all of your nodes optimally (a vertical scrollbar appears if not everything can fit)
This repo contains 2 versions:
- A more simple version. (single gdscript class, doesn't take max height into account, no scrollbar)
- The full version. (godot scene with a script that includes height as a factor)
See it in action!!
(sorry for the odd quality)
An Auto Sizing GridContainer for Godot
Have you ever needed a grid container to hold lots of the same node with optimal sizing? Then this is for you! It automagically changes the columns value to fit all of your nodes optimally. A vertical scrollbar even appears if not everything can fit!
See the included Example Scene for an implementation example.
Reviews
Quick Information

An Auto Sizing GridContainer for GodotHave you ever needed a grid container to hold lots of the same node with optimal sizing? Then this is for you! It automagically changes the columns value to fit all of your nodes optimally. A vertical scrollbar even appears if not everything can fit!See the included Example Scene for an implementation example.