Enum VirtualListBox.SetItemsKind
Enumerates supported kinds for SetItemsFast(BaseCollection<ListControlItem>, SetItemsKind) method.
public enum VirtualListBox.SetItemsKind
Fields
ChangeField = 1Internal field is changed to the new value. This is the fastest method.
ClearAddRange = 0Items are cleared and after that 'AddRange' method is called.
Default = 2Uses DefaultSetItemsKind to get the desired method.