Ok guys, I scratched my head like crazy on this issue, and spent many hours trying to research how it works, but I haven't found an answer yet.
Basically the problem I am facing is that I have a folder tree in my ie application:
Catalog
Brands
Nike
Adidas
Lactose
Styles
Sandles
Trainers
Boots
The problem I'm trying to fix is that when I drag and drop a folder (this is handled in my DragDropManager class), I cannot scroll up or down (it just displays a fine stop sign).
This is a problem if I want to move something from the top to the bottom.
Scrolling works fine without drag and drop.
If anyone wants to see any part of my code, feel free to ask, as I'm not sure what to actually show you guys.
.