BrianK_CA 0 Newbie Poster

I'm having a heck of a time sorting a TreeListCtrl.

I've found very little documentation on it, so I went out & bought a book called "wxPython In Action". It says something along the lines of "a tree list control is so similar to list control, we won't go into the tree list control methods".

The problem I'm having is that, in order to sort a list control, it seems that you have to call SetItemData to add elements to the list. However, tree list controls don't have the SetItemData function (at least as far as I can tell) - only SetItemText & don't seem to respond to the sort style.

Maybe a TreeListCtrl is not sortable?

If that's the case, how would one make, for instance, a file browser that works like a TreeCtrl (where you can expand/collapse directories), but has multiple columns so you can sort by file name, user name, file size, etc?