Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to perform a drag and drop in an application that has multiple listviews and treeviews?

Who can help me!
:confused:
Posted
Updated 2-Jun-10 3:56am
v2

Maybe this sample can help you get some ideas.
 
Share this answer
 
Comments
William Winner 2-Jun-10 12:04pm    
This is what you need.

Though, seriously...who writes methods like that within other methods? Generally, instead of using delegates as this author does, just add them as private voids within your app and then you can just do:
ListView1.ItemDrag += ListView_ItemDrag; (if that's what you named the method).

Doing it the way that author did makes the code very hard to read.
Abhinav S 2-Jun-10 12:06pm    
That's style :) :).
cuonglamthan wrote:
Who can help me!


That depends on what exactly you have tried and what issue you are facing.

You must have tried something by now for it. What is it? Where are you stuck up?
BTW: What exactly you need to drag drop? and to where?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900