I am using windows forms C#.
As shown in the screen shot, I have a Form which has a use
In case anybody wanted to see this in Visual Basic.
Public Class DBDataGridView Inherits DataGridView Public Sub New() MyBase.New() DoubleBuffered = True End Sub End Class
This worked great.