-
Notifications
You must be signed in to change notification settings - Fork 63
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
Lines in fixed scrolling container #48
Comments
You could try using the |
It's already From the image above there are two rows. First doesn't have too many items and they fit inside the component. The second (image above) has horizontal scroll. I tried to play around with |
GensaGames, did you figure this out? I am still having trouble with a vertical scrolling container! When i scroll vertically, the lines stay in place but the rest of my components move. I tried using an onScroll update function which works...but the re rendering constantly causes the lines to flash and lag behind the other components making it unusable |
@mahir-cognitiv you can add a debounce to reduce the re-render, the following is a custom React hook:
|
This might be out of support request, so you can close it, if so. I have scrolling container and lines goes out of bounds. Because it's static, and not dynamic draw, but it could be static within container, right? Is it possible to solve it? Thanks.
The text was updated successfully, but these errors were encountered: