Hi,
On 22/06/2011 18:03, jeff wrote:
Thanks Mark. Bummer. The reason I didn't consider wxgrid is its appears
to not be virtual - or am I mistaken ? Can it effectively handle, say,
50,000 rows?
Yes you can use a virtual data source.
You create a class deriving from Wx::PlGridTable and override its methods.
See wxperl_demo.pl and the example for
Controls->wxGrid->Custom wxGridTable
that has a virtual 100,000 rows and covers all the basics you need.
Once you have a custom Wx::PLGridTable, there are lots of interesting
possibilities to create custom renderers.
Regards
Mark