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
fromIEnumerable<TItemFrom>fnAssignAction<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
valueBaseCollection<ListControlItem>Collection with the new items.
kindVirtualListBox.SetItemsKindThe method which is used when items are set.