Is there any way to manage the scroll speed of a listbox when dragging an item within the listbox? When there’s a lot of entries in the listbox and an item is dragged above or below listbox boundary, the scroll speed goes into hyperdrive and you’re suddenly at the top or bottom item with no chance to drop the item at one of the intermediate locations. Scrolling always overshoots the middle items. The only workaround that I’ve found is to drop an item near the top or bottom but not out of the boundary of the listbox then use the scrollbar to show the next “page” of items, and repeat. It would be great to slow the scroll speed such that items that are not in the first or last “page” of items can be read and dropping an item is manageable.