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