Click or drag to resize

ItemListSetFixedColumnWidth Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFixedColumnWidth is deprecated. Use the FixedColumnWidth property instead.")]
public void SetFixedColumnWidth(
	int width
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Godot.ItemList.SetFixedColumnWidth(System.Int32)"]

See Also