X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/414f5c2d50a293372792fcb6669e4f2c5b9cfbf7..02161c7c81e12685d04a1f73e714ca52ad858f6c:/wxPython/demo/ListCtrl.py?ds=sidebyside diff --git a/wxPython/demo/ListCtrl.py b/wxPython/demo/ListCtrl.py index 8db0c6bf5f..da993466ec 100644 --- a/wxPython/demo/ListCtrl.py +++ b/wxPython/demo/ListCtrl.py @@ -102,10 +102,13 @@ class TestListCtrlPanel(wx.Panel, listmix.ColumnSorterMixin): #| wx.BORDER_SUNKEN | wx.BORDER_NONE | wx.LC_EDIT_LABELS - #| wxLC_NO_HEADER - #| wxLC_VRULES | wxLC_HRULES + | wx.LC_SORT_ASCENDING + #| wx.LC_NO_HEADER + #| wx.LC_VRULES + #| wx.LC_HRULES + #| wx.LC_SINGLE_SEL ) - + self.list.SetImageList(self.il, wx.IMAGE_LIST_SMALL) self.PopulateList()