Click or drag to resize

TreeSetColumnExpand Method

If true, the column will have the "Expand" flag of Control. 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 SetColumnExpand(
	int column,
	bool expand
)

Parameters

column
Type: SystemInt32

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

expand
Type: SystemBoolean

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

See Also