vote up 0 vote down star

I have implemented drag and drop in a ListView in my WPF application. Items can be dragged and dropped inside the ListView, and also into a TreeView that is beside the ListView.

Currently, I have it set up so that when you drag to the bottom of the ListView, it automatically scrolls down the list.

What I'd like to know is if there's any way to be able to scroll through the ListView with the mouse wheel while I'm dragging its items? It seems like the mouse wheel events aren't being fired while I'm dragging.

flag

1  
You want to use the mouse wheel and the left mouse button at the same time? Geez, I'm not nearly that coordinated. – Robert Harvey May 29 at 15:07
Just wondering: Who would ever use that? Enough people have problems with drag and drop already, scrolling simultaneously doesn't sound much easier to perform. – Johannes Rössel May 29 at 15:09
I would use it, and apparently we absolutely need it to happen. What type of drag-and-drop problems are you talking about? – theuberk Jun 1 at 17:51

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.