Drag and Drop ListBox for WPF
        Posted  
        
            by 
                drasto
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by drasto
        
        
        
        Published on 2011-01-16T07:50:29Z
        Indexed on 
            2011/01/16
            7:53 UTC
        
        
        Read the original article
        Hit count: 254
        
I'm looking for just a simple ListBox with build-in Drag & Drop. I think that Silverlite 4 Toolkit has something like that.
The BoxList should be able to:
- reorder by draging & droping items
- drag item from one BoxListto another
- display preview (ghost version) of dragged item
- show drop location (like a line between items where the dragged will be inserted)
I hope there is some solution from microsoft (in toolkit for example), but if not I all be happy with any working solution. For example I wander what control was used in DataGrid column headers reordering (by draging and droping them) implementation.
Thank you for any suggestions
© Stack Overflow or respective owner