I think you are in the wrong row you can use int pos = e.Position;
instead of int pos = Convert.ToInt32(e.Id); This will select you the current Position of the row from 0 to x which item is selected. Id i don't know what value there is because i never used it. ----- greetz Enrico student from germany -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/problem-with-a-Javalist-ArrayAdapter-tp5122819p5122844.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
