I'm trying to do scrollbar control like spotlight in MacOS.
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.
Clear and concise description of the problem
I'm trying to do scrollbar control like spotlight in MacOS.
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