79619395

Date: 2025-05-13 09:44:16
Score: 0.5
Natty:
Report link

If someone is still looking for a solution, this one actually saved me:

        private void DataGridView1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e)
        {
            DataGridView1.CurrentCell = null;
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vise221