WPF Dragging a window to the desktop
- by pfaz
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…