CodePudding user response:
I met this problem, the DataGridView added a this can
///& lt; Summary>
///using the reflection set DataGridView double-buffering
///& lt;/summary>
///& lt; Param name="dataGridView & gt;"
Public void SetDataGridViewDB (System. Windows, Forms DataGridView DataGridView)
{
Type dgvType=dataGridView. GetType ();
System. Reflection. PropertyInfo PI=dgvType. GetProperty (" DoubleBuffered, "
System. Reflection. BindingFlags. Instance | System. Reflection. BindingFlags. NonPublic);
PI. SetValue (dataGridView, true, null);
}
CodePudding user response:
Can be vertical, horizontal or ghosting scintillationCodePudding user response:
No, pull the scroll bar will be a coincidenceCodePudding user response:
The building Lord how to solve?