Better ListView Class Reference

BetterListViewCheckedItemCollection.Insert Method

Check the specified item by inserting it to the list at the specified index.

public override void Insert(
   int index,
   BetterListViewItem item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The item to insert into the list.

Implements

IList<BetterListViewItem>.Insert

See Also

BetterListViewCheckedItemCollection Class | ComponentOwl.BetterListView Namespace