react-tiny-virtual-list
react-tiny-virtual-list copied to clipboard
scrollToIndex does not trigger the scroll event
In my case I use the onScroll function to load new list items. Using scrollToIndex the onScroll function is not called and it seems that the list is complete but it is not like this. I tried to trigger the scroll event but it didn't work. Is there a way to solve this problem?
Thanks