bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

Scroll bar return to the top when expanding the next item #626

Closed raghvendradeshpande closed 3 weeks ago

raghvendradeshpande commented 2 years ago

image

List of rows - Each row is expandable. We show VariableSizeList when row is selected. Click first row, Expanded view will show the VariableSizeList Table, Move scroll to middle or bottom.

Selecting next row, Scroll bar of previous row Table moves to top.

TaylorBruening commented 2 years ago

second this. We are having a similar issue with our project