Does anyone know the structure an/or properties of the tree levels (branches)?
I've got the tree working (data/expand/collapse) with 3 levels (parent/child/grandchild) ad now I'm trying to work with the selections. I can see the vaue of the selected item (mytree.selectedItem).
There is a mytreeView.top, MyTreeView.height, MyTreeView.width, MyTreeView.Name
I've found some code indicating there is a MytreeView.key which takes on the value of the first 5 characters of the selected value.
I need to react to a selection made only at the grandchid level; however, I haven't found an easy way to detect that the selection is at the grandchild.
I'd like to place folder icons and report icons onthe tree if possible.
Any help is appreciated.
Robert