Horizontal scroll not working with virtualization
ashu-g opened this issue · 6 comments
ashu-g commented
When I enable virtualization, my auto horizontal scroll does not work. What I think might be the root cause is the 'rc-virtual-list' is listening to 'wheel' event which is not handling horizontal scroll. Even if I move my touchpad, left/right, it scrolls up and down only.
Anyone faced this issue? Quick help appreciated!
ashu-g commented
Any ideas here?
ashu-g commented
checking on this again please!
cong1223 commented
yes, It doesn't support sub-features, and I think it can be done
cong1223 commented
这里有什么联想吗?
Did you solve it?
agusmakmun commented
The only possible now for both scrollable by adding custom style, and without itemHeight.
height={300}
virtual={true}
style={{width: '200px'}}tomzacchia commented
@agusmakmun do you have a working example? When itemHeight prop is not defined it doesn't virtualize the node list.