1

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?

poupou
  • 43,413
  • 6
  • 77
  • 174
Ronny
  • 105
  • 7

1 Answers1

2

Try using MultilineElement instead of StringElement

poupou
  • 43,413
  • 6
  • 77
  • 174
Janub
  • 1,594
  • 14
  • 26