Class VirtualListBoxItems
Items collection used in VirtualListBox.
public class VirtualListBoxItems : ListControlItems<ListControlItem>, IReadOnlyList<ListControlItem>, IReadOnlyCollection<ListControlItem>, IList, ICollection, IListControlItems<ListControlItem>, IList<ListControlItem>, ICollection<ListControlItem>, IEnumerable<ListControlItem>, IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged
- Inheritance
-
VirtualListBoxItems
- Implements
Constructors
- VirtualListBoxItems()
Initializes a new instance of the VirtualListBoxItems class.
- VirtualListBoxItems(IEnumerable<ListControlItem>)
Initializes a new instance of the VirtualListBoxItems class class that contains elements copied from the specified collection.
- VirtualListBoxItems(List<ListControlItem>)
Initializes a new instance of the VirtualListBoxItems class that contains elements copied from the specified list.