开发者

Animated icon for Winforms Treeview?

开发者 https://www.devze.com 2023-04-12 08:44 出处:网络
I\'d like to show a \"Loading\" icon as each node of a treeview is waiting to be loaded.I\'开发者_StackOverflowm picturing the Win 7 waiting circle that spins, but any animated icon would work.Is this

I'd like to show a "Loading" icon as each node of a treeview is waiting to be loaded. I'开发者_StackOverflowm 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消