Hello,
I’d like to display a simple tree of data in a wxpython
application. Screen reader accessibility is a must have, so native controls are strongly preferred.
Is the wx.dataview.DataViewTreeCtrl
the right choice for this, and if so is it supported in Python? If so, could someone please provide a simple example (I can only find C examples)? Thanks in advance!