WPF TreeViewItem 展开动画
我使用了问题Wpf treeview - 我想为节点的扩展设置动画中的代码,但动画不适用于首先展开,它确实适用于随后的展开事件。
有什么想法吗?
I used the code from question Wpf treeview - i want to animate the expansion of the nodes, but the animation doesn't work on the first expand, it does work for the consequent expand events.
any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个解决方案:
Here is a solution:
将触发值更改为 false
并将 EnterAction 的情节提要交换为 ExitAction 的情节提要
Change the Trigger Value to false
and swap the EnterAction's storyboard to ExitAction's