代码改变世界

随笔档案-2011年09月

修正了Flex Tree 控件在動態加載節點后 Scrollbar 沒有立即出現的問題

2011-09-16 15:49 by Koy, 265 阅读, 收藏,
摘要: var _loadSubFolder:Function = function(children:Array):void{node.children = new ArrayCollection(children);for each(var glossaryfolder:Object in node.children){if(glossaryfolder.child_count > 0){glossaryfolder.children = childrenMark; //replace the template}}//very important for showing tree scrol 阅读全文