Method SetItemsFast
SetItemsFast<TItemFrom>(IEnumerable<TItemFrom>, Action<ListControlItem, TItemFrom>)
Sets items from the specified collection to the control's items as fast as possible.
public virtual void SetItemsFast<TItemFrom>(IEnumerable<TItemFrom> from, Action<ListControlItem, TItemFrom> fnAssign)
Parameters
from
IEnumerable<TItemFrom>fnAssign
Action<ListControlItem, TItemFrom>
Type Parameters
TItemFrom
SetItemsFast(VirtualListBoxItems, SetItemsKind)
Sets items to the new value using the specified method.
public virtual bool SetItemsFast(VirtualListBoxItems value, VirtualListBox.SetItemsKind kind)
Parameters
value
VirtualListBoxItemsCollection with the new items.
kind
VirtualListBox.SetItemsKindThe method which is used when items are set.