-
-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windowscroller #30
Comments
I might be willing to make a couple of changes to react-window to support such a component, if it existed, depending on how complex they would be. Maybe a good initial start would be for someone (you?) to submit a PR that adds it to this library directly– so we could see how complicated it might be to publish separately. |
If you really need a window scroller, you can just use the one of react-virtalized. WindowScroller WindowScroller with dynamic content |
I think I'm going to close this issue for now since I don't plan on taking any action on it—and the long term plan (in my mind at least) was a separate module anyway. I'd still be happy to take a look at a proposal though! |
Hu @PascalSenn , are you using the WindowScroller from react-virtualized with success? Thanks in advance |
Hi again @PascalSenn , I'm trying your approach with a grid but it is not working for me. Can you help? Thanks in advance |
@carlosagsmendes Hope this will help...
To give help, here a sample with Grid working : https://codesandbox.io/s/wq301o8qz7 |
FYI for anyone considering these examples, please note that use of |
@bvaughn ,Can we control the rolling speed ? Virtual list is very needed to prevent sliding too fast and rendering without elements |
@kgregory, any idea how this would work with |
@mrdanimal see this answer to reference the list ref with the ref that comes from InfiniteLoader: #417 (comment) |
I was able to get some issues fixed in @PascalSenn 's codesandbox, but ended up making two of my own to test out a few things that are relevant to my project. I'm posting this here in case it's of use to anyone. FixedSizeList example: https://codesandbox.io/s/react-window-with-windowscroller-fixedsizelist-xujgi |
It doesn't seem to work with DynamicSizeList. Does anyone know a workaround? It would save me a lot of trouble |
Thanks for your work on this, looks really impressive 🎉
I am interested if you are open to add windowscroller functionality in this library or if that is out of scope for this library perhaps because of performance reasons.
In our app we make use of react-virtualized at this moment, but it's always great to switch to a more performant alternative. If I can find time, I am interested to help out with the implementation of the windowscroller functionality.
The text was updated successfully, but these errors were encountered: