Replies: 1 comment 1 reply
-
the function i pass into onRangeChange fires off once, so its definitely initializing, but the list appears to be unscrollable. calling scrollToBottom does nothing as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
on a project i currently am successfully using VList for viewing a messenger type app that adds more messages over time. however, i now need to implement infinite scrolling in both directions, and as soon as i just change from VList to Virtualizer, the scrolling is broken. no errors though. i have followed what i see in the Virtualizer storybook but still not working. any ideas? thanks.
Beta Was this translation helpful? Give feedback.
All reactions