Hi there,

I have a ListView with a custom adapter (derived from ArrayAdapter<T>).
I hook up the ItemClick

list.ItemClick -= Inbox_ItemClick;

Then I load up some items into the adapter

inboxAdapter.Add( new Document() { ... } );

and in the end

inboxAdapter.NotifyDataSetChanged();

Now the weird thing...

Android 2.3.3 and 4.0.3. ItemClick triggers.
Android 3.2.1 ItemClick does not trigger.

Does anyone have a clue why this happens?

Cheers


-- 
Gonçalo Oliveira
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to