<virtual-scroller> is the thing that needs to be sized and creates DOM as the user scrolls to it
<virtual-content> is the thing that auto-sizes itself according to the estimated size of the items, and creates DOM only for the visible portion of it (can be contained in any scroll container).
<virtual-scroller>
is the thing that needs to be sized and creates DOM as the user scrolls to it<virtual-content>
is the thing that auto-sizes itself according to the estimated size of the items, and creates DOM only for the visible portion of it (can be contained in any scroll container).