TreeView::DoubleBuffered Property
.NET Framework (current version)
Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer. The DoubleBuffered property does not affect the TreeView control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: property bool DoubleBuffered { virtual bool get() override; virtual void set(bool value) override; }
Setting the DoubleBuffered property does not affect the TreeView control. If you want to reduce flicker when the TreeView is drawn, use the BeginUpdate and EndUpdate methods.
.NET Framework
Available since 2.0
Available since 2.0
Show: