Table of Contents

Method Insert

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Insert(int, TreeViewItem)

Inserts the specified TreeViewItem at the given index within the item list.

public virtual void Insert(int index, TreeViewItem item)

Parameters

index int

The position at which to insert the item.

item TreeViewItem

The item to insert.