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 set scrollTop to virtual list? #698

Open doroved opened 2 years ago

doroved commented 2 years ago

Why is it not possible to work with the scroll position of a virtual list in this library?

I need to programmatically set scrollTop to a virtual list. The option via this.$ref.scroll.$el.scrollTop works, but the scrolling is not smooth and there are noticeable twitches

limingcan562 commented 1 year ago

You can try this method:

this.$ref.scroll.scrollToItem()