I found the multicolumnlist file in the components
directory however it seemed to be a fairly bare bones
implementation. Since the wxListCtrl in wxWindows
is soooo much better than the wxListBox you might
want to consider throwing out the wxListBox and
just using the wxListCtrl. However what I've done
is to implement the base functionality that I expected
in the multicolumnlist control.
Cheers,
William.
pypc at netshark dot com
Replacement multicolumnlist.py
Logged In: YES
user_id=718006
Ok, I've completed an example program, fixed an oversight
and removed
some debugging code. Now just where to upload the files.