bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

Grid continuous/wrap-around scroll? #663

Closed benallfree closed 3 weeks ago

benallfree commented 2 years ago

I was wondering if it is possible to configure a grid to wrap back around to the beginning for a continuous scrolling feeling. For example, in a 100x100 grid, scrolling right far enough will show column 98, 99, 100, 1, 2... and so on?

nainshinayanalteryx commented 5 months ago

Do we have any solution for this?