Is there any way to disable the checkboxes in CheckListCtrlMixin? Read through the documentation, but could not find the solution. I'm running wxPython2.8 on my PC. The code is very similar to that from the "wxPython DEMO". My customised ListCtrl class overrides wxListCtrl and wxlib.mixins.listctrl.CheckListCtrlMixin.
Is there any way to disable the checkboxes in CheckListCtrlMixin? Read through the documentation, but could not find the solution. I'm running wxPython2.8 on my PC. The code is very similar to that from the "wxPython DEMO". My customised ListCtrl class overrides wxListCtrl and wxlib.mixins.listctrl.CheckListCtrlMixin.
CheckListCtrlMixin can probably be extended to add this feature. You've got the source code so give it a try, and let us know how it goes.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!