I am attempting to set up a treelistctrl that has no column headers for the list component similar to what would be seen using wx.ListCtrl with the flag for no column headers (wx.LC_NO_HEADER). It seems as though the treelistctrl widget will accept the flags commonly used for treelists but not those for listctrls. Any help concerning this matter would be greatly appreciated.
I am attempting to set up a treelistctrl that has no column headers for the list component similar to what would be seen using wx.ListCtrl with the flag for no column headers (wx.LC_NO_HEADER). It seems as though the treelistctrl widget will accept the flags commonly used for treelists but not those for listctrls. Any help concerning this matter would be greatly appreciated.
TLC doesn't have that ability.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!