Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.48k stars 901 forks source link

How to render at a certain scroll position? #658

Open mesqueeb opened 3 years ago

mesqueeb commented 3 years ago

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...?

fhao07 commented 3 years ago

this.$refs.listRef.scrollToItem(20)