Method RecreateItems
RecreateItems(BaseCollection<object>?)
Recreates items. Before calling this method, you need to unbind all events connected to the Items.
protected virtual void RecreateItems(BaseCollection<object>? newItems = null)
Parameters
newItemsBaseCollection<object>