noeldelgado / react-gemini-scrollbar

:last_quarter_moon: React component for custom overlay-scrollbars with native scrolling mechanism.
MIT License
133 stars 24 forks source link

onScroll event #8

Closed ponty96 closed 9 years ago

ponty96 commented 9 years ago

does the scroll bar have an onScroll event or an onScrollToBottom event? if it does what are the values passed?

noeldelgado commented 9 years ago

Hi, nope, it does not have an 'onScroll' (or similar) event.

However, you can access the scrollable-element node via the ...scrollbar.getViewElement() method and register to any event handler you need.

ponty96 commented 9 years ago

okay thanks. but i think you should consider adding an onScroll event