ListCtrl with checkboxes?

So I am writing a simple project managing program, which is just a ListCtrl with rows for now. I want it to have checkbox in the 3rd column instead of text, but I have no idea how do I do that. I’ve tried using CheckListCtrlMixin, but it always adds CheckBox at the start of the row. Any ideas? Thanks.

Hi,
The demo of CheckListCtrlMixin says “CheckListCtrlMixin is a simple
mixin class that can add a checkbox to the first column of a
wx.ListCtrl.” so it does exactly what you are seeing. I think you
need to have a look at the AGW UltimateListCtrl in the demo - it is
far more flexible than a standard list control.
Gadget/Steve

···

On 05/11/14 10:48, GamerCat wrote:

    So I am writing a simple project managing program,

which is just a ListCtrl with rows for now. I want it to have
checkbox in the 3rd column instead of text, but I have no idea
how do I do that. I’ve tried using CheckListCtrlMixin, but it
always adds CheckBox at the start of the row. Any ideas? Thanks.

  You received this message because you are subscribed to the Google

Groups “wxPython-users” group.

  To unsubscribe from this group and stop receiving emails from it,

send an email to wxpython-users+unsubscribe@googlegroups.com.

  For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).