BaseTreeViewController.CollapseItemByIndex

Declaration

public void CollapseItemByIndex(int index, bool collapseAllChildren);

Parameters

index The item index.
collapseAllChildren Whether the whole hierarchy under that item will be collapsed.

Description

Collapses the item with the specified index, hiding its children. Allows to collapse the whole hierarchy under that item.


Did you find this page useful? Please give it a rating: