12-16-2010 04:24 PM
In addition to using Defer Panel Updates and Add Multiple Items to End, are there other ways of making the following things faster:
- populating tree
- adding items into existing tree (not necessarily at end)
- traversing tree
- setting symbols throughout one branch or in entire tree
- other tips??
Thanks!
Meg
12-17-2010 11:26 AM
Hi Meg,
I don't believe there is any other way to do this other than through the invoke methods associated with tree control. However, faster implementation will be reliant on how and when you are calling these methods. Would you be able to describe that process?
Lynn