Origianly I have a listview which lists people in my database. In the
listview you would see ID,LastName,FirstName. And when selecting one, by
using ListView_ItemClick you could find out which item was selected and do
something with that person. Well now what I want to do is two things, one is
add a checkbox to each row and make the listview multiselect, so you would
have checkbox,ID,LastName,FirstName. So the user could click the checkboxes
they wanted and then click a delete button to delete the selected people. 
But when you add the checkbox the ListView_ItemClick no longer fires. So I'm
wanting to get an example of how to make this work. How to identify which
checkboxes where selected and which person ID so I can delete them.

--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/using-a-checkbox-in-a-listview-tp5598987p5601014.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to