bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.13k stars 3.06k forks source link

In Multigrid, Scrolling is not synced. #1473

Open Sumit2105 opened 4 years ago

Sumit2105 commented 4 years ago

In React virtualized multigrid, If we have the fixedRowCount as 0 and fixedColumnCount as N. If we scroll the left grid, The right grid is not synced.

In order to replicate this issue: Take this example: https://bvaughn.github.io/react-virtualized/#/components/MultiGrid Change the fixedRowCount to 0

matheusroversi commented 4 years ago

Hi, were you able to solve this problem?

kendraodrunia commented 3 years ago

I noticed a similar problem. I am using MultiGrid and CellMeasurer. When I scroll vertically the rows are misaligned.

https://user-images.githubusercontent.com/69160899/125359246-dd85f580-e31e-11eb-8581-469b2cdbbdf2.mov

(Chrome on the left, Safari on the right)