WPF Dragging a window to the desktop
Posted
by pfaz
on Stack Overflow
See other posts from Stack Overflow
or by pfaz
Published on 2010-04-20T08:47:48Z
Indexed on
2010/04/20
8:53 UTC
Read the original article
Hit count: 201
I've seen some nice Adobe AIR demos where a component of the application is dragged outside of the application and dropped onto the desktop and then continues to run in a new window. This seems to be facilitated by the NativeDragManager class.
Is there anything similar in WPF? How would you go about implementing this sort of functionality in WPF to allow a user control to be dragged to the desktop and then continue to run in a new window? This is great for multi-monitor scenarios and exactly what msft have added to vs2010.
Regards
pfaz
© Stack Overflow or respective owner