Method Add
Add(TreeControlItem, bool)
Adds the specified item to the tree view on the root level.
public bool Add(TreeControlItem item, bool selectItem = false)
Parameters
item
TreeControlItemThe item to add.
selectItem
boolIf true, the item will be selected after being added.