WPF Drag and drop to Datagrid
Posted
by ruben-monteiro
on Stack Overflow
See other posts from Stack Overflow
or by ruben-monteiro
Published on 2010-03-28T18:37:31Z
Indexed on
2010/03/28
18:43 UTC
Read the original article
Hit count: 449
Hi. I have been searching the internet high and low but can find some examples that can help me, I'm developing an application in wpf, in it I use a datagrid, each cell as a datatemplate with and image, in a mosaic style, on the side of the grid I have some tiles to use on the grid, I'm able to drag the tiles but can't drop then on the grid because I can't find the cell to which make the drop, is there a way to get a cell position from the the drag events? Thanks
© Stack Overflow or respective owner