79640049

Date: 2025-05-27 08:09:25
Score: 1
Natty:
Report link
//Add event OnMouseDown 


 private void DataGridView1_MouseDown(object sender, MouseEventArgs e)
  {
      if ((Control.ModifierKeys & Keys.Control) == Keys.Control)
      {
          DataGridView1.ClearSelection();  
      }

  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Алексей Жигульский