True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / DoubleBuffer Property

In This Topic
    DoubleBuffer Property (Frame)
    In This Topic
    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