Replies: 5 comments 11 replies
-
Can you provide more details and reproduction of the problem you observe? |
Beta Was this translation helpful? Give feedback.
-
I found two possible causes for the flickering.
For 1, I can use |
Beta Was this translation helpful? Give feedback.
-
I'm wondering if any other developers have had this issue and would want to tackle it together. This specifically comes up in WkWebView. In my item content, I've eliminated all the margin that is vertical, make sure that item sizes do not change once content has finished loaded and ensured. I'm working with video along with a video player that uses progressive downloading which might be an issue. It seems the creator is busy with supporting sponsors and I'm simply financially unable able to make that commitment now I'm using React 18+ Here is my code: nothing really specially going on other than I use pagination to retrieve more items because every item is pretty expensive to render. I've also set increaseViewportBy top to 1440 and bottom to 360. After reading the docs about 100 times, I'm still unsure what the difference is between increaseViewportBy and overscan
Anyways, that's it for me! Wondering if anyone else has had any issues? |
Beta Was this translation helpful? Give feedback.
-
Having Same issue of Reverse Scrolling Flickering/Jumping with Dynamic Height items still on latest version 4.12.3. Any Solution?? |
Beta Was this translation helpful? Give feedback.
-
I encountered a similar issue that the list bouncing when scrolling up. I am using Virtuoso to implement a chat list, where each item contains either an image or text. To test this, I used a random image from In every examples on Virtuoso’s homepage (https://virtuoso.dev/) I placed this code or random length text next to the
Upon checking, I found that when there was only text, bouncing didn’t occur even if the item's height was over 600px. However, when an image was present bouncing did occur. As a result, I added a blank lines with the same height as the image for the items that contained an image in the chat list. After doing that, the bouncing no longer occurred. It might not be the perfect solution, but I hope this little hack helps others. |
Beta Was this translation helpful? Give feedback.
-
Hi, first of all, great library! Everything works perfectly except for one issue: when I scroll up, the list starts flickering/jumping. I have tried increaseViewportBy, overscan, and itemSize/measureElement, but the flickering is still there. Has anyone dealt with the same issue, and is there a workaround or anything that might help? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions