|
Update performance optimization
Sunday, 23 August 2009
After changes, treeview will need to recalculate an internal state and redraw itself. All internal changes (add or remove node/node control/column, etc.) will update the treeview automatically, but if you change external data or want to control the update process (on mass or frequently changes) to minimize performance overhead, you will need to update the treeview manually.
Performance improvements hintIn fact, the availability of columns influences the speed of adding and deleting nodes in Flexible TreeView. If there are columns in the tree, when changing node content, it doesn't need to recalculate maximum width of all nodes in order to show a horizontal scroll, meaning that its work is significantly accelerated.
|
|