Click or drag to resize

ItemListSameColumnWidth Property

Whether all columns will have the same width.

If true, the width is equal to the largest column width of all columns.

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

Property Value

Type: Boolean
See Also