wxPython wxListBox problem

Andrew Henshaw andrew.henshaw at gtri.gatech.edu
Sun Jul 27 23:07:07 EDT 2003


nabugoon wrote:

> How can I add 100000 lists in wxListBox?
> 
> When I tried, it stop because of overhead.
> 
> In demo application, Some Grid Control handles 1000000 data.
> 
> So I think it is possible that I add 100000 lists.
> 
> Do I have to use another control?
> 
> Any idea?
> 
> TIA.

Check the wxListCtrl_virtual example in the Demo app.

-- 
Andy





More information about the Python-list mailing list