Can anybody tell me how to set the initial state of a ListView checkbox?
I know I can test the state with the ItemCheck method, but what about
setting it? I tried setting a "checked" option, but that didn't work:

my $item = $mw->ListView->InsertItem(
 -item    => $mw->ListView->Count(),
 -text    => "Name",
 -checked => 1,
);

Thanks in advance for any help.

Glenn Munroe

Reply via email to