The ListView component currently has an endless scrolling feature that allows the developer to load more items on demand. However, when all items are loaded upon continuous scrolling, there can be some issues in performance due to the large number of rendered DOM elements at the same time.
For this reason, providing a virtualization functionality that renders only a limited number of elements at a time will be useful in improving the performance of the ListView when a large number of items are used.