12-07-2012 12:57 PM
Attached is a VI that I want to simply add 6 parents, each with 5 children who each have 8 grandchildren to a tree control programmatically. It adds these to the tree, but they are scattered and the order is not obvious to me. Can anybody help me here?
Solved! Go to Solution.
12-07-2012 03:35 PM
The "Add Item To End" method for building the tree seems to work for what you want. The "Add Item Indent" is hard wired to the Parent, Child and Grandchild.
See attached VI
Hope this helps.
12-07-2012 07:14 PM
That was perfect. Thanks