Anyone know of a MonoTouch.Dialog element where the Element can have a multiline Detail? The MultiLine one allows for a multi-line Caption, which is the opposite of what I want. I'm looking for a cell like in the Contacts App where there is a single label: Address: followed by the multiline address text.
I know I need the cell.DetailTextLabel.LineBreakMode = UILineBreakMode.WordWrap *and* cell.DetailTextLabel.Lines = nnn; I was just hoping someone already built one. Thanks. -- View this message in context: http://monotouch.2284126.n4.nabble.com/Looking-for-MT-D-element-with-multi-line-detail-tp3768262p3768262.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
