classes/class_gridcontainer #366
Replies: 2 comments 1 reply
-
|
When adding items to a GridContainer it is common to instantiate items from a scene (where you can encapsulate the contents of the control to show up on the grid, etc.) A mistake I make pretty often is that I have the path to the scene file wrong and I spend an hour debugging "Why won't items get added to my grid?!" Remember to check cables folks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I can not add column number to the GridContainer using the UI I am using Godot 4.4 4c311cbee, And my OS is MacOS 15.3.1 (24D70) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
classes/class_gridcontainer
Inherits: Container< Control< CanvasItem< Node< Object A container that arranges its child controls in a grid layout. Description: GridContainer arranges its child controls in a grid layout. The nu...
https://docs.godotengine.org/en/stable/classes/class_gridcontainer.html
Beta Was this translation helpful? Give feedback.
All reactions