Hi.
I do a drag and drop operation between a Listview and a Datagridview.
The problem is that i cannot get the Cell coordinates when i drop the data since the
DataGridView_DragDrop event only pronides points(x,y) and i need rectangle coordinates for the datagridview Cell.
I do a drag and drop operation between a Listview and a Datagridview.
The problem is that i cannot get the Cell coordinates when i drop the data since the
DataGridView_DragDrop event only pronides points(x,y) and i need rectangle coordinates for the datagridview Cell.