CollapseItem(int, bool, bool)
Collapses the specified TreeView item.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void CollapseItem(int id, bool collapseAllChildren = false, bool refresh = true)
Parameters
The TreeView item identifier.
When true, all children will also get collapsed. This is false by default.
Whether to refresh items or not. Set to false when doing multiple operations on the tree, to only do one RefreshItems once all operations are done. This is true by default.