Hello.

I have a nested TreeControl Object in my exention document and I cannot
figue out if there is a possibility to manage a nested Tree with
TreeControlClass as I havent found any methods or parameter for that.

I tried to build a TreeControl explicitly like

selNode.innerHTML += '<mm:treenode name="' + newChapterName+ '" value="' +
newChapterName+ '|chapter" expanded selected icon ="1"/>';

so I do all the nesting manually and it works fine. The problem is that I
cannot manipulate that tree by using methods from TreeControlClass.

Wenn I try to intialize a new TreeControl Object from the object I created,
although it reeds all the rows but puts them all on the same level and doesn't
pay attention to icon definition. I'm very confused.

Thanks for your help or tips.
Olga