Elina Keränen
Results
11
comments of
Elina Keränen
Yes, you can bind regular onWheel event to your scrollbar and then use it like this: `_onMouseWheel: function(event) { if (this.props.direction === 'horizontal') { var list = event.currentTarget.firstChild; var delta...