C1.Win.FlexGrid Namespace / C1FlexGridBase Class / DoubleBuffer Property

In This Topic
DoubleBuffer Property (C1FlexGridBase)
In This Topic
Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.
Syntax
'Declaration
 
Public Property DoubleBuffer As Boolean
 
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