nishanbajracharya / react-virtualized-listview

A simple virtualized listview inspired by react-virtualized
https://2zo5k84lx0.codesandbox.io/
MIT License
46 stars 6 forks source link

Add support for dynamic heights #2

Open nishanbajracharya opened 6 years ago

nishanbajracharya commented 6 years ago

What the issue is

The virtualized list view only works for fixed heights when initialized. When the height of the container window is changed the list view does not account for the changed height.

Steps to reproduce

Possible solution

aviskarkc10 commented 5 years ago

@nishanbajracharya The best bet I found is ResizeObserver but the browser support isn't good.