Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.
I cannot find working example with drag and drop buttons in listview. Is it even possible? Labels works fine, but i need Click event so buttons will be better i guess. Does anybody have working example with button drag and drop on listview/wrapPanel or any other control?;)
Thanks for any answers!
Posted

1 solution

http://stackoverflow.com/questions/4921046/wpf-listview-with-button[^]

to get you started. You should start to look into using the MVVM pattern.

MVVM Pattern in WPF: A Simple Tutorial for Absolute Beginners[^]

I do have to add that using the MVVM pattern has quite a steep learning curve..
 
Share this answer
 
v2

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