79696596

Date: 2025-07-10 06:46:39
Score: 0.5
Natty:
Report link

What I did is:

 private void Form1_Load(object sender, EventArgs e)
 {
     //add
    System.Reflection.PropertyInfo aProp = typeof(System.Windows.Forms.Control).GetProperty(
    "DoubleBuffered",
     System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance);
     
     aProp.SetValue(dataGridView1, true, null);


Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: Hakan