Method Prepend
Prepend(TreeViewItem)
Inserts the specified TreeViewItem at the beginning of the item list.
public void Prepend(TreeViewItem item)
Parameters
itemTreeViewItemThe item to prepend.
Inserts the specified TreeViewItem at the beginning of the item list.
public void Prepend(TreeViewItem item)
item TreeViewItemThe item to prepend.