Hello, I'm fairly new to wxperl and trying to create a listctrl with multiple rows.
If I do this: aListCtrl->InsertStringItem($row++,$_); in a loop, it will create those items next to each order. However, I'd like to have the items listed on separate rows. How can I achieve this ? Thanks -- Erik Colson http://www.ecocode.net
