I have a List<> with an ArrayAdapter that shows the contents of that list.

If I make a change to one of those items in the List<>, and do 
NotifyDataSetChanged() in the UI thread, I can see those changes.  But 
if I .Add to the List<>, I cant see the new items.

Any ideas?
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to