BaseTreeView.CollapseItem

Declaration

public void CollapseItem(int id, bool collapseAllChildren, bool refresh);

Parameters

id The TreeView item identifier.
collapseAllChildren When true, all children will also get collapsed. This is false by default.
refresh 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.

Description

Collapses the specified TreeView item.


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