Click or drag to resize

ItemListMaxColumns Property

Maximum columns the list will have.

If greater than zero, the content will be split among the specified columns.

A value of zero means unlimited columns, i.e. all items will be put in the same row.

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

Property Value

Type: Int32
See Also