S
SolidJS13mo ago
Mant

Scroll & Drag Solid DND

Hi, do you know the best way to manage scroll (auto) when using solid dnd? Especially as I have the impression that solid DND doesn't seem to work, when you scroll manually.
1 Reply
thisbeyond
thisbeyond13mo ago
solid-dnd doesn't currently support this out of the box, though it is an issue I'll pickup again soon ( https://github.com/thisbeyond/solid-dnd/issues/57 ) In the meantime, have a play with custom transformers to see if that might be a viable approach.
GitHub
Auto-scroll support · Issue #57 · thisbeyond/solid-dnd
Consider adding a builtin solution for auto-scrolling when dragging in scrollable containers.