wxPython - How to add sorting to a ListCtrl?

Robert Dailey rcdailey at gmail.com
Tue Jul 24 12:21:14 EDT 2007


Hi,

I have 3 columns in my list control, each with a different "type" of
data (for example, one column has names, the other has dates, etc).
Can anyone reference a tutorial for solving this issue? I've done my
share of googling to no avail. I need the user to be able to click any
of the column headers and sort the rows of data by that column in
ascending or descending order.

Thanks for your time.




More information about the Python-list mailing list