LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Improving performance of tree control with lots of items

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

0 Kudos
Message 1 of 2
(2,066 Views)

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

National Instruments
Senior Systems Engineer
0 Kudos
Message 2 of 2
(2,038 Views)