If you take a look at the MonoTouch.Dialog source you'll see that ImageStringElement uses UITableViewCell.ImageView. UITableViewCell.ImageView sits to the left of the content view so can only appear on the left hand side of the cell. If you need an image on the right side of the cell you'll need to sub class Element and add a UIImageView to the content view.
-- View this message in context: http://monotouch.2284126.n4.nabble.com/MonoTouch-Dialog-position-of-image-in-ImageStringElement-tp4441081p4442507.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
