@SHISME
I am using a grid-based drag-and-drop implementation (2-column layout).
When I wrap the grid with a ScrollView, scrolling works but drag-and-drop stops working correctly.
If I remove the ScrollView, drag-and-drop works fine but scrolling is not possible.
I need both scrolling and drag-and-drop to work together smoothly.