Virtual list sample

This sample demonstrates so called virtual list. Virtual list is using items source that contains potentially unknown list of items. As number of items is unknown then we cannot show standard scrollbar in general. This list is using fixed buffer of DOM elements (TapeV.BUFFER_SIZE = 20) so rendering speed is independent of number of items in the item-source list.

Use mouse wheel to scroll the list.

.