Is there any way to turn off or slow down drag scrolling in a ListGrid? The default is enabled and scrolling at the speed of sound. When my users see it, they get scared, and drop whatever they're dragging into a random place.
I found Canvas.setDragScrollDelay() and Canvas.setCanDragScroll(), but neither of them seems to have any effect.
I found Canvas.setDragScrollDelay() and Canvas.setCanDragScroll(), but neither of them seems to have any effect.
Comment