Winforms Treeview 的动画图标?

发布于 2024-12-09 06:03:27 字数 155 浏览 0 评论 0原文

我想显示一个“正在加载”图标,因为树视图的每个节点都在等待加载。我想象的是 Win 7 旋转的等待圈,但任何动画图标都可以。使用标准 Winforms 树视图可以实现这一点吗?

我使用的是 VS 2010、Win 7/64、.NET 3.5。应用程序也需要在 XP/32 上运行。

I'd like to show a "Loading" icon as each node of a treeview is waiting to be loaded. I'm picturing the Win 7 waiting circle that spins, but any animated icon would work. Is this possible with the standard Winforms treeview?

I'm on VS 2010, Win 7/64, .NET 3.5. App needs to run on XP/32 as well.

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

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

发布评论

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

评论(1

§普罗旺斯的薰衣草 2024-12-16 06:03:27

标准树视图不支持动画光标或 gif(.cur 或 .ani;.gif)。您可以使用计时器并交换节点的图标来创建您自己的动画。

The standard treeview does not support animated cursors or gifs (.cur or .ani; .gif). You can use a timer and swap out the nodes' icon to create your own animation.

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