Currently, we have two containers in the same DndContext.
The acceleration can't be configured on a per-container basis, thus we have an acceleration too slow for one, and too fast for the other.
We need a way to configure the scroll speed differently for each container.
A method similar to autoScroll.canScroll that would return the default acceleration or a computed one.
Currently, we have two containers in the same
DndContext
.The acceleration can't be configured on a per-container basis, thus we have an acceleration too slow for one, and too fast for the other.
We need a way to configure the scroll speed differently for each container. A method similar to
autoScroll.canScroll
that would return the default acceleration or a computed one.Hypothetical usage: