Click or drag to resize

TreeItemSetExpandRight Method

If true, column column is expanded to the right.

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

Parameters

column
Type: SystemInt32

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

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.TreeItem.SetExpandRight(System.Int32,System.Boolean)"]

See Also