http://www.perlmonks.org?node_id=1025075


in reply to Porting a wxPython List Control example into wxPerl: don't see column headings?

As McA demonstrated, the wxPerl ListCtrl calling parameters aren't correct. Missing the id, position, and size, and the style is out of order.

James

There's never enough time to do it right, but always enough time to do it over...