Gets or sets a value indicating whether the control should redraw its surface using a secondary buffer. The TreeView.DoubleBuffered property does not affect the System.Windows.Forms.TreeView control.
Documentation for this section has not yet been entered.
Setting the TreeView.DoubleBuffered property does not affect the System.Windows.Forms.TreeView control. If you want to reduce flicker when the System.Windows.Forms.TreeView is drawn, use the TreeView.BeginUpdate and TreeView.EndUpdate methods.