Click or drag to resize

TreeSetColumnMinWidth Method

Sets the minimum width of a column. Columns that have the "Expand" flag will use their "min_width" in a similar fashion to SizeFlagsStretchRatio.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetColumnMinWidth(
	int column,
	int minWidth
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.Tree.SetColumnMinWidth(System.Int32,System.Int32)"]

minWidth
Type: SystemInt32

[Missing <param name="minWidth"/> documentation for "M:Godot.Tree.SetColumnMinWidth(System.Int32,System.Int32)"]

See Also