Gets or sets a value indicating whether the control should use an off-screen buffer when painting to redue flicker.
[Visual Basic]
Public Property DoubleBuffer As Boolean
[C#]
public bool DoubleBuffer {get;set;}
[Delphi]
public property DoubleBuffer: Boolean read get_DoubleBuffer write set_DoubleBuffer;
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
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |