LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TreeView control in labview 6.1

Hi,

I am using the activeX TreeView control.
Is there a property that will allow when setting the checkbox of an item set the children of that item in the tree view when expanded. Or have I to do it programmatically.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 1 of 3
(2,946 Views)
Hi,

TreeView subclass "Item" have properties "Checked" and "Expanded".

if Item.Checked then Item.Expanded
0 Kudos
Message 2 of 3
(2,946 Views)
Hi,

What I was hoping for was when you check a parent then its children when expanded are already checked. But I guess I'll have to check the children my self before expanding the branch.

Regards
Ray farmer
Regards
Ray Farmer
0 Kudos
Message 3 of 3
(2,946 Views)