This is fine when window is supplied as the container, but will not fire when an alternate element is supplied.
There are a number of approaches for detecting element size change of non-window elements that could be integrated to correctly trigger this.refreshState.
Happy to submit a PR if you wanted to choose which lib you liked best.
Currently VirtualList attaches to the 'resize' event on the supplied container option.
This is fine when
window
is supplied as the container, but will not fire when an alternate element is supplied.There are a number of approaches for detecting element size change of non-window elements that could be integrated to correctly trigger
this.refreshState
.Happy to submit a PR if you wanted to choose which lib you liked best.