DevListViewItemCollectionInsert(Int32, ListViewItem) Method

Inserts an existing ListViewItem into the collection at the specified index.

Definition

Namespace: DevCase.UI.Layout.DevListViewData
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual ListViewItem Insert(
	int index,
	ListViewItem item
)

Parameters

index  Int32
The zero-based index location where the item is inserted.
item  ListViewItem
The ListViewItem that represents the item to insert.

Return Value

ListViewItem
The ListViewItem that was inserted into the collection.

See Also