Click or drag to resize

GridContainerColumns Property

The number of columns in the GridContainer. If modified, GridContainer reorders its Control-derived children to accommodate the new layout.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int Columns { get; set; }

Property Value

Type: Int32
See Also