Flex 高级数据网格在树展开时显示效果
如何在 Flex 中的 AdvancedDataGrid 中为树展开/折叠操作补间/添加效果。
我用谷歌搜索了一下,搜索了 livedocs,但似乎没有具体的例子。
有人可以阐明这一点吗?
代码片段可能真的很好。
How to tween/add effects for the action of tree expanding/collapsing in an AdvancedDataGrid in flex.
I googled a bit, searched the livedocs, but there doesn't seem to be a concrete example for the same.
Can someone shed light on this?
A code snippet might be really nice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查找 AdvancedDataGrid 组件的 openEasingFunction 和 openDuration 样式标签。有许多缓动效果可以应用于网格中的组。
也就是说,我似乎对 Flex 4.6 中的这些样式有疑问。补间适用于第一组,但不适用于网格中的后续组。
Look up the openEasingFunction and openDuration style tags of the AdvancedDataGrid component. There are a number of easing effects that can be applied to groups in the grid.
That said, I seem to be having a problem with those styles in Flex 4.6. The tween works on the first group, but not subsequent groups in the grid.