bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

InfiniteLoader and FixedSizeList as List catch scroll-up event #1742

Open vickypanwala opened 2 years ago

vickypanwala commented 2 years ago

is there any way from which i can get scroll direction (UP/DOWN) of user?

i wanted to implement some functionality when user do scroll-up but unable to get that so hoping some help here.