Drag and drop between ListBox items and Grid cells in WPF?
        Posted  
        
            by AJ
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AJ
        
        
        
        Published on 2010-01-27T07:50:00Z
        Indexed on 
            2010/05/16
            22:30 UTC
        
        
        Read the original article
        Hit count: 265
        
Hi There is a list box with some items in it. Also there is a grid with 3x3 matrix. The user will be dragging an item and dropping on one the cells of grid.
Most of the samples I found are about dragging-dropping from one listbox to another listbox. But I want to drop in one cell of grid. How can I achieve this?
Please advise. thanks PJ
© Stack Overflow or respective owner