Hello,
I was trying to work out how to use the wx.ListCtrl controller with the LC_VIRTUAL flag and the ColumnSorterMixin and wrote a recipe in aspn yesterday.
After playing with the code some more, I decided to turn my recipe into a real controller. The code is now separated into a VirtualListCtrl class and a TestVirtualListCtrl which makes use of VirtualListCtrl.
Code is all yours (unless it's crap, in which case I'd be glad to hear what's wrong with it).
Cheers,
Egor
vlist.py (13.3 KB)