I have a .NET desktop application with TreeView as one of the interface elements.
I want to be able to repeatedly select this TreeView, only one that is not supported at all.
So, I am adding flags to the tree. My problem is that only some elements are available, and those that cannot, cannot cascade sequentially.
Is there a way to disable or hide some checkboxes while others are displayed?
source
share