To prevent painting of SmartControls between updates, you can use the control’s SuspendUpdate and ResumeUpdate methods.
smartTreeView.SuspendUpdate();
// Code that updates the SmartControl multiple times.
smartTreeView.ResumeUpdate |
Imported from legacy forums. Posted by Xceed admin (had 2266 views)