
Programmatically set checkboxes in ListView???
Quote:
> Is there a way to programatically set and unset checkboxes for the
listview?
> What about a way to find out what has been checked or unchecked?
itm.checked = true
of
if itm.checked = true then bla bla bla
Rene Balvert