Flex树披露者图标问题
我给了树一个 ArrayCollection 作为我从数据库中提取的数据提供者,它包含子项,但披露者图标不会在没有子项的对象上消失。
我认为问题在于渲染器无法识别叶子子节点,其中包含长度为 0 或 null 的子节点数组......
i gave the tree an ArrayCollection as dataprovider that i pulled from the database, and it contains the children, but the discloser icon wont disappear on an object that doesn't have a child.
i think the problem is that the renderer doesn't recognize the leaf child, wich contains a children array of length 0, or null......
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您可以在
commitProperties
而不是updateDisplayList
中尝试您的解决方案?Maybe you could try your solution in
commitProperties
instead ofupdateDisplayList
?找到了解决方案
}
Found the solution
}