Akryum / vue-virtual-scroller

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

Support scrollIntoItem by visible view section #779

Open Matrixbirds opened 1 year ago

Matrixbirds commented 1 year ago

Clear and concise description of the problem

I'm trying to do scrollbar control like spotlight in MacOS. scroll-demo

As can be seen from the gif, the scrollbar only changed when the view section is not be able to render the rest of items which actually in the virtual scroller.

Suggested solution

I did a simple demo and it works for me on my local laptop so i forked this project into my owns. My idea is extending RecycleScroller, make the scrollIntoItem functional support and expose the method for developer who have same scenarios. And also I think it is very general for many scenes.

Alternative

No response

Additional context

No response

Validations