vue-virtual-scroller
vue-virtual-scroller copied to clipboard
How to render at a certain scroll position?
trafficstars
If I have a horizontal virtual scroller with (about 10_000) divs with different widths, is it possible to render the virtual scroller but at the scroll position of a certain index of those divs? Say I want to start at Dom node 5000, currently it seems like the scrollToPosition doesn't work if the virtual node is not already rendered in the Dom...?
this.$refs.listRef.scrollToItem(20)