Class DoubleBufferedTableLayoutPanel
A specialized implementation of the System.Windows.Forms.TableLayoutPanel class that uses double buffering to reduce flicker during rendering.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
public class DoubleBufferedTableLayoutPanel : TableLayoutPanel
Remarks
This class automatically enables double buffering by setting appropriate control styles in the constructor. Double buffering improves the visual appearance of the control during resize and repaint operations.
Constructors
DoubleBufferedTableLayoutPanel()
Initializes a new instance of the DoubleBufferedTableLayoutPanel class.
Declaration
public DoubleBufferedTableLayoutPanel()
Remarks
The constructor enables double buffering by setting the UserPaint, AllPaintingInWmPaint, and OptimizedDoubleBuffer control styles.