# Virtual scroller

The v-virtual-scroll component displays a virtual, infinite list. It supports dynamic height and scrolling vertically.

# Usage

The virtual scroller displays just enough records to fill the viewport and uses the existing component, rehydrating it with new data.

# API

# Caveats

# Examples

# Props

# Bench

By default the v-virtual-scroll does not pre-render additional items outside of the viewport. Using the bench prop will have the scroller render additional items as padding. It is recommended to keep this number as low as possible for the best possible performance.

# Misc

# User directory

The v-virtual-scroll component can render an unlimited amount of items by rendering only what it needs to fill the scroller’s viewport.

Ready for more?

Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page on GitHub
Last updated:07/01/2020, 9:26:45 AM