Currently when the VirtualItemCount is updated the collection refreshes the items. We can introduce the possibility to load new items continuously without refreshing the view.
Provide a means of having the items immediately accessible when the ShouldEnumeratorLoadItems is set to true - for example when iterating them in a foreach loop.