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