I decided to start using UIDragDetectors for my game, but I have found that you cannot scroll a ScrollingFrame at the same time as you drag an item. This is a big issue in my game, as moving items from the top of a ScrollingFrame to the bottom is common and needed. I can choose to swap to custom drag handling once again, but this seems like it’s something that could be fixed by Roblox.
Expected behavior
I expect to be able to drag items and scroll down in the grid at the same time.