我在wxPython中寫代碼的ListCtrl:自定義頁眉組織的ListCtrl或wxPython的另一小
...
self.list_ctrl = wx.ListCtrl(panel, size=(-1,150), style=wx.LC_REPORT|wx.BORDER_SUNKEN)
self.list_ctrl.InsertColumn(0, 'Name')
self.list_ctrl.InsertColumn(1, 'Old value')
self.list_ctrl.InsertColumn(2, 'New value')
self.list_ctrl.InsertColumn(3, 'Old percent')
self.list_ctrl.InsertColumn(4, 'New percent')
...
不過,我想用下面的標題來獲得的ListCtrl(或其他部件)組織:
我認爲它耐寒解決使用的ListCtrl這個問題,可能是使用其他無線dget在wxPython中?