Monotope. Dialog OwnerDrawnElement not working

I use MonoTouch.Dialog OwnerDrawnElement, but it does not seem to allow the user to "highlight" a cell when touching the screen. I looked at the sample, but it does not show the backlight. Any suggestions?

I noticed that TweetStation does not seem to be an OwnerDrawnElement user. Should I take a different approach? I need to create a custom screen cell like TweetStation.

+3
source share
1 answer

OwnerDrawnElement was a community contribution, and it is not as sophisticated as it should be. I will not depend on him for anything other than the trivially basic.

I highly recommend you create your own element, if you want to reuse some code for OwnerDrawElement, you can copy and paste it.

+5
source

All Articles