Hierarchical checked tree control with tri-state checkboxes in wxPython?
- by Noah
As per the title, is this possible?
By tri-state, I mean the parent node is:
Checked if all children are checked
Unchecked if all children are unchecked
Grey/Filled if some children are checked
I have used them previously in C# but cannot find an equivalent control/implementation for wxPython.