vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

How to set scrollTop to virtual list?

Open doroved opened this issue 3 years ago • 1 comments

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

doroved avatar Jan 19 '22 10:01 doroved

You can try this method:

this.$ref.scroll.scrollToItem()

limingcan562 avatar May 23 '23 08:05 limingcan562