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(BaseCollection<ListControlItem>, SetItemsKind)
Sets items to the new value using the specified method.
public virtual bool SetItemsFast(BaseCollection<ListControlItem> value, VirtualListBox.SetItemsKind kind)
Parameters
value
BaseCollection<ListControlItem>Collection with the new items.
kind
VirtualListBox.SetItemsKindThe method which is used when items are set.