You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a chat-like UI where answers to a question are appended dynamically and displayed using Virtualizer.
While the content is still being appended, if I scroll in the opposite direction (upwards), the scroll position automatically jumps back toward the forward direction (downwards).
It's difficult to explain clearly in words, so I’ve attached a video showing the behavior.
Because the item sizes are not finalized while the data is still increasing, I suspect this might be a difficult problem to solve. However, I wanted to ask:
Is there a recommended way to handle this behavior?
Any advice or guidance would be greatly appreciated.