Autoscroll not triggered when I drag outside a list widget
Unsolved
General and Desktop
-
I have a QListWidget set to InternalMove dragDropMode. It has more items than will fit the view, so it has a scrollbar. When I drag an item to the topmost or bottommost drop target (black line), the list auto-scrolls as expected. However, if I drag past that line, outside the list box, it does not auto-scroll. This is not what I'd expect, and it makes triggering auto-scrolling a bit finicky. You have to drag to the drop target line and then pause a moment to start the auto-scrolling. Is there a way to trigger auto-scrolling when I drag outside the view?