checkbox treeview
-
I'm setting the check state in the treeview but after the treeview becomes visible for the 1st time, nothing is checked. If I do the same operation after the treeview is visible, everything works fine. How can I get the treeview to correctly display the checked states the first time around? I've even invalidated the treeview window, called UpdateWindow, and RedrawWindow with no success. TIA
--- Yours Truly, The One and Only! web: devmentor.org Design, Code, Test, Debug
-
I'm setting the check state in the treeview but after the treeview becomes visible for the 1st time, nothing is checked. If I do the same operation after the treeview is visible, everything works fine. How can I get the treeview to correctly display the checked states the first time around? I've even invalidated the treeview window, called UpdateWindow, and RedrawWindow with no success. TIA
--- Yours Truly, The One and Only! web: devmentor.org Design, Code, Test, Debug
I was able to find the problem and fix it, just needed to add an image list!
--- Yours Truly, The One and Only! web: devmentor.org Design, Code, Test, Deploy