Ronny
Ronny

Reputation: 105

Resize StringElement value in MonoTouch Dialog

Is there anyway to auto resize the value of a string element in MonoTouch. I'm using them in two ways :

1st- with reflection

2nd- manually adding stringelement to a section but both can contains value (or caption) that cannot be fitted in the displayed area.

http://hpics.li/479e85c

What is the best way to handle an elegant display?

Upvotes: 1

Views: 236

Answers (1)

Janub
Janub

Reputation: 1604

Try using MultilineElement instead of StringElement

Upvotes: 2

Related Questions