react-dnd-scrollzone
react-dnd-scrollzone copied to clipboard
Scroll window
Hello everyone!
Can somebody please explain if it's possible to scroll window element? I mean in basic example if I delete .App styles and make list use all width and height lib changes behavior. Scroll still here, but it's default browser's scroll and I cant control size and strength of scroll zone.
I'm using WindowScroller
from react-virtualized
with a custom scrollElement
. I'm wondering if it's possible for react-dnd-scrollzone
to set the container
to a custom element rather than using the wrappedInstance
...
I have the same problem. It would be good to have scrolling when reaching the edges of the view port. Do you remember if you solved your issue by any chance?