Welcome to the Xceed Community | Help
Community Search  
More Search Options

How can I improve performance when updating my SmartControl?

Sort Posts: Previous Next
  •  10-10-2008, 10:11 AM Post no. 28274

    How can I improve performance when updating my SmartControl?

    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
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.