Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to drag and drop file / folder directory on a ListView in my WPF application.
I want to get the dropped file/folder path in my viewModel class through MVVM command binding.
I didn't found any similar code on google. Anyone please help me to achieve this.

What I have tried:

C#
I didn't found any similar code on google
Posted
Updated 6-Jan-17 0:59am
Comments
sameer549 3-Jan-17 7:13am    
anyone plz help me for this ??

1 solution

You could probably use a variation of this[^] article to get you started.
 
Share this answer
 
Comments
sameer549 9-Jan-17 6:51am    
Hi pete, thanks for the link, but i found it very complex to understand.

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