FlexGrid for WinForms
DoubleBuffer Property



Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DoubleBuffer As Boolean
'Usage
 
Dim instance As C1FlexGridBase
Dim value As Boolean
 
instance.DoubleBuffer = value
 
value = instance.DoubleBuffer
[C1Description("Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool DoubleBuffer {get; set;}
[C1Description("Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property bool DoubleBuffer {
   bool get();
   void set (    bool value);
}
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback