Click or drag to resize

ItemListSetSameColumnWidth Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ItemList.SetSameColumnWidth(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSameColumnWidth is deprecated. Use the SameColumnWidth property instead.")]
public void SetSameColumnWidth(
	bool enable
)

Parameters

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.ItemList.SetSameColumnWidth(System.Boolean)"]

See Also