Click or drag to resize

ItemListSelect Method

Select the item at the specified index.

Note: This method does not trigger the item selection signal.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Select(
	int idx,
	bool single = true
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.ItemList.Select(System.Int32,System.Boolean)"]

single (Optional)
Type: SystemBoolean

[Missing <param name="single"/> documentation for "M:Godot.ItemList.Select(System.Int32,System.Boolean)"]

See Also