Hello,
You can find a lot of examples on the wxpython wiki or on Mike Driscoll’s blog.
Here are a few:
-
How to create a list control with a SQLite database (Phoenix)
or updated:
How to use the wx.ListCtrl widget with an SQLite 3 database -
How to create a virtual list control and a SQLite database (Phoenix)
Regards