[wxPython] ListCtrl: sorting only 1 col

What I've to do if I want enable column sorting only for one of
several columns (one column with a date/time-item, the other shouldn't
be sortable).

regards, Udo

What I've to do if I want enable column sorting only for one of
several columns (one column with a date/time-item, the other shouldn't
be sortable).

Don't do anything for the column click event for those other columns.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!