Does anyone know how to expand a tree on initialize? I have tried the following with no avail:

private function setPageListTree():void{
        pageListTree.openItems(pageListTree.dataProvider.getItemAt(1));
        pageListTree.expandItem(pageListTree.dataProvider.children(), true);
        pageListTree.expandChildrenOf(pageListTree, true);
}

Thanks in advance,



Joshua Gatcke -  Director
Visua Design Group Inc.
Cell:(403) 815-3265
[EMAIL PROTECTED]




Reply via email to