ComponentOne FlexGrid for WinForms
DoubleBuffer Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : DoubleBuffer Property
Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.
Syntax
'Declaration
 
Public Property DoubleBuffer As Boolean
public bool DoubleBuffer {get; set;}
Remarks

This property is set to true by default, and rarely needs to be changed.

Setting DoubleBuffer to false may increase performance of applications running under terminal server software.

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members