标签: c# wpf treeview
我正在使用描述here
我似乎无法弄清楚如何将Cursor设置为在VerifyCheckedState处理期间通过所有TreeNode的等待。有没有人有任何想法我怎么能这样做?
答案 0 :(得分:1)
我希望我可以稍微扩展一下这个答案,但真的没什么可说的......尝试使用Mouse.SetCursor Method设置Wait光标:
Mouse.SetCursor
Wait
Mouse.SetCursor(Cursors.Wait);