1
vote
2answers
2k views
How do I build a WPF application where I can drag and drop a user control between windows?
I'm building a simple Todo List application where I want to be able to have multiple lists floating around my desktop that I can label and manage tasks in.
The relevant UIElements in my app …
