[]
Gets or sets whether the control should use an off-screen buffer when painting to reduce flicker.
[Browsable(false)]
public bool DoubleBuffer { get; set; }
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.