Scrolling Indicators a la React Window
Hello! I'm using a two virtualizers to create a grid in my application. I was curious if there was a way to ship something like React Window's scrolling indicators?
https://react-window.vercel.app/#/examples/list/scrolling-indicators
Roughly - my individual components inside the grid have the possibility to be heavy, and I would love to just not show them while scrolling.
1 Reply
genetic-orangeOP•3y ago
As a note - I could somewhere get an
scrollingContainer.addEventListener
and track scrolling, but now I need to know whether to freeze the size calcs as well