当 ListBoxItem 不可见时动画停止 (WPF)

发布于 2024-07-23 21:59:14 字数 119 浏览 2 评论 0原文

我在列表框项目上有动画。 当列表框项目不可见时,即。 滚动过去在列表框中可见,动画似乎停止了。 当它滚动回到视图中时,它似乎从上次停止的地方开始。 现在有人知道如何保持动画运行吗?

谢谢

I have animation on list box items. When the list box item is not visible, ie. scrolled past visible in the listbox the animation seems to stop. When it is scrolled back into view it appears to start where it left off.
Does anyone now how to keep the animation running?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伪装你 2024-07-30 21:59:15

关闭列表框中的虚拟化 - 该项目不在视图中时就会被销毁。

Turn off Virtualization on the listbox - the item is getting destroyed when it's not in view.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文