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
indexintThe position at which to insert the item.
itemTreeControlItemThe item to insert.