vue-virtual-scroller
vue-virtual-scroller copied to clipboard
How to set scrollTop to virtual list?
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
You can try this method:
this.$ref.scroll.scrollToItem()