ScrollListView
ScrollListView copied to clipboard
Ability to reinstate scroll position
If the browser reinstates the scroll position trigger the correct calculations to show the right cells.
This could possibly be done by checking the initial offset slightly after first render ?
Maybe wanna have a go and do a PR?
sure :-) Though can you have a look at my own implementation darkyen/react-ui-components I'd like to know your opinion on the method I chose. (Its heavily inspired by yours)