I\'m implementing some drag drop features in one my controls inheriting from a datagridview. Basically I\'m dragging a row from somewhere in the DGV and dropping it somewher
dgv.FirstDisplayedScrollingRowIndex = dgv.RowCount - 1;