Mariia
Mariia
Hi, is there any estimate on when the issue will be resolved?
I use it for a chat app. It seemed logical to me, that scroll position stays at the bottom. When a user opens a chat and then resizes the window,...
Hi @inokawa! Do you have any estimates for this issue?
@inokawa so this means that users need to have an ability to scroll to bottom synchronously. Now it's not possible
@inokawa hi, does what you said above apply to https://github.com/inokawa/virtua/issues/408 as well? I mean "This library doesn't know the current distance to the bottom end. It's necessary restriction to support...
Hi @inokawa Should this ticket solve the problem that body cell width doesn't match header cell width (when we don't set fixed cell width like in original storybook example) ?...
If I modify code like [this](https://gist.github.com/m-mityureva/956c8bb2f28b1468d2348e9eb818cd23), it will work fine. setItems delay and `useFirstItemChanged` instead of `isPrepend.current` are important changes. But delay should be significant, even 1000 doesn't always work,...
It would be great to support not only scroll from bottom use case, but also allow to set any initial scroll position. Something like this: ``` initialScrollOffset?: number; initialScrollIndex?: number...
Update to my last comment: `initialScrollOffset` might be hard to implement, if it's not restoring from snapshot case. It probably would need to do some measurements in order to work...
Just a note, it can be reproduced on windows too