Method Insert
Insert(int, TreeControlItem)
Inserts the specified TreeControlItem at the given index within the item list.
public virtual void Insert(int index, TreeControlItem item)
Parameters
index
intThe position at which to insert the item.
item
TreeControlItemThe item to insert.