Silverlight 4 Drag and Drop Alternatives
        Posted  
        
            by Eric J.
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Eric J.
        
        
        
        Published on 2010-05-04T03:53:06Z
        Indexed on 
            2010/05/04
            3:58 UTC
        
        
        Read the original article
        Hit count: 404
        
silverlight-4.0
|drag-and-drop
I want to add the ability to drag a user control from one part of a Silverlight 4 page onto another user control on the same page (not talking about the new Silverlight 4 ability to drag a file from the OS onto the page).
What approach is most straightforward? What approach offers the most flexibility?
Here are some alternatives I found so far
- SO drag-and-drop-control-for-silverlight. Same question but answers apply to SL 2.
 - Alex van Beek's DragManager. Written for SL3.
 - Silverlight Drag Drop. Also written for SL3.
 
© Stack Overflow or respective owner