有.NET 4.0 WinForms应用程序。 操作系统是Windwos 7 x64。
某些表单包含 TreeView 和 ImageList
(System.Windows.Forms.TreeView)
(System.Windows.Forms.ImageList)
ImageList 绑定到 TreeView 作为“ImageList”和“StateImageList”。 ImageList 包含18张图片。
通过更改节点的“StateImageIndex”来控制程序中的状态图像。
一切运作良好,但有时状态图像消失。
我无法重现bug条件的主要问题。 这个bug很少发生。 ImageList 和“StateImageIndices”中的所有图像在发布错误时都有效。
在 ImageList 初始化之前调用“Application.EnableVisualStyles()”。
我陷入僵局的研究。 我会对任何提示和想法表示感谢。