onScroll event
ponty96 opened this issue · 2 comments
ponty96 commented
does the scroll bar have an onScroll event or an onScrollToBottom event? if it does what are the values passed?
noeldelgado commented
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
okay thanks. but i think you should consider adding an onScroll event