How to implement drag & drop for a WPF application? I could open 2 the same apps and drag an object from one to another. Here’s what I want to drag:
<Grid Width="100" Height="50">
<Rectangle BackGround="Red"/>
<TextBlock>Hello World</TextBlock>
</Grid>
The Grid has to look the same in the other app where it is dragged as the one from it was dragged. Any solutions?
I’ve used Gong Solutions Drag and Drop successfully in the past, it’s a very easy DLL to use. You can see a small sample of it here: Gong Solutions