Hierarchical checked tree control with tri-state checkboxes in wxPython?

Posted by Noah on Stack Overflow See other posts from Stack Overflow or by Noah
Published on 2010-03-31T11:13:57Z Indexed on 2010/03/31 20:53 UTC
Read the original article Hit count: 789

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about wxwidgets

Related posts about wxpython