True DBGrid for WinForms
DoubleBuffer プロパティ (Frame)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.BaseGrid 名前空間 > Frame クラス : DoubleBuffer プロパティ
Gets or sets a value indicating whether the control should use an off-screen buffer when painting to redue flicker.
シンタックス
'宣言
 
Public Property DoubleBuffer As System.Boolean
public System.bool DoubleBuffer {get; set;}
解説

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.

参照

Frame クラス
Frame メンバ