How to get column number or value in wx.ListControl wxPython? I want to sort the item by column when I click it. I'm using BoaConstructor IDE. Please help me :)
Get column number or value in wx.ListControl wxPython
590 Views Asked by Zakky M At
3
To get the value of the first (0) column header:
To be able to sort the listctrl read up on
wx.lib.mixins.listctrl
https://wxpython.org/Phoenix/docs/html/wx.lib.mixins.listctrl.html