I want to create an ultimate list ctrl based table where the user can sort the columns by clicking on the column header. Here's the code I attempted:


import wx
import wx.lib.mixins.listctrl as...