I am trying to add a multiline UILabel form code. After reading some questions it seems the answer is to add this:
textLabel.lineBreakMode = NSLineBreakByWordWrapping;
textLabel.numberOfLines = 0;
The problem is I don't see it available in mono touch.
Does anyone know how to do it in mono touch?
Thanks!