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