I'm using the OwnerDrawnElement example from the Monotouch.Dialog example project (modifying colors but that's about it).
I would like to know how to register click events for each row working. I've heard that the OwnerDrawnElement
isn't quite sophisticated enough to do that. I would like to extend if, but not sure that this is possible.
Option 2:
The MessageElement
would work great for what I'm trying to do, but... I need to set the background color and not sure how I could do that either.
Help is greatly appreciated!