Quoting "ARCHER, Thomas" <THOMAS.ARCHER@airbus.com>:
I'm using wxTreeListCtrl, and it's going better than my use of MultiSplitterWindow ;-).
Just wondering if it's possible to hide the column headers, like you can do with ListCtrl.
I've tried:
self.GetHeaderWindow().Hide()
which removes them, but leaves behind a grey bar which I can't seem to move. I've also
tried applying various styles, with no effect. Any ideas?
There is a TODO comment in the code that says it would be nice to be
able to provide a style to do that, so I guess that means that is
hasn't been done yet.
Also, when I use the styles wx.TR_HIDE_ROOT|wx.TR_HAS_BUTTONS and then try and set an
image list using AssignImageList, some of my tree items disappear off the left of the
widget if they dont have children. Is this a known bug or am I doing something wrong?
Not sure. Please make a small runnable sample that shows the problem.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!