ComponentOne True DBGrid for WinForms
DoubleBuffer Property

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid.BaseGrid Namespace > Frame Class : DoubleBuffer Property
Gets or sets a value indicating whether the control should use an off-screen buffer when painting to redue flicker.
Syntax
'Declaration
 
Public Property DoubleBuffer As System.Boolean
public System.bool DoubleBuffer {get; set;}
Remarks

Setting this value to False may cause the grid to flicker when the control is painting.

You may want to set DoubleBuffer to False to increase performance when deploying applications that run on terminal servers.

See Also

Reference

Frame Class
Frame Members