Flex中在Tree绑定数据后自动展开树节点的方法
程序员文章站
2022-03-07 18:53:25
用flex/flash做开发的同志们应该会使用 expandchildrenof(item,true)方法来使用tree组件在绑定数据后自动展开所有树型节点(不需要用户再自...
用flex/flash做开发的同志们应该会使用 expandchildrenof(item,true)方法来使用tree组件在绑定数据后自动展开所有树型节点(不需要用户再自己点击展开节点,会方 便许多),而在flex开发帮忙文档中很明确写道:
"if you set dataprovider and then immediately call expandchildrenof() you may not see the correct behavior. you should either wait for the component to validate or call the validatenow() method. "
第一种:(已验证)
第二种:
第三种:
注意:
"if you set dataprovider and then immediately call expandchildrenof() you may not see the correct behavior. you should either wait for the component to validate or call the validatenow() method. "
第一种:(已验证)
第二种:
第三种:
注意: