ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / DoubleBuffer Property

In This Topic
    DoubleBuffer Property (C1FlexPivotGrid)
    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
    public bool DoubleBuffer {get; set;}
    Remarks

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

    Setting C1.Win.C1FlexGrid.C1FlexGridBase.DoubleBuffer to false may increase performance of applications running under terminal server software.

    See Also