i'm working with MS TreeView control. I'm having a problem, that when i build a tree, every time that i insert a new node to the tree, it redraws and takes lot of time. Is there a property that controls whether or not to redraw? Any other suggestions?
The problem is that MS TreeVIEW control is not running LabVIEW. It is in its own ActiveX container doing its own thing. LabVIEW cannot directly control how the control refreshes. The best you can hope for is a property that Microsoft exposed that allows you to turn off the redraw. You may have to search msdn.microsoft.com for help with the control settings or experiment.