I have a wx.ListCtrl() widget defined as:
self.lc = wx.ListCtrl(self, wx.ID_ANY, size=wx.Size(175,200),
style=wx.LC_REPORT|wx.LC_SORT_ASCENDING)
Yet, when I open a project database and load the entries to the list, they
are not in alphabetical order despite being in column 0.
According to the wPIA book, it should work. It won't keep the sorted order
(once I get to that point) as new items are added 'cause I'm not using
Windows. That's OK. I do prefer to have them obey the style command,
however.
What have I missed here?
Rich
···
--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerator(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863