I am trying to implement row moving in a DataGridView. I want to be able to select multiple rows and click on any of the selected row’s cells to begin the drag operation. The problem is that the rows become deselected when I hold the mouse down on a cell. How can I prevent this from happening?
Share
From a quick Google search, this seems to a solution for custom drag-dropping of rows. Note I just ripped the following code from the linked page, I can’t vouch for its effectiveness.