2

Is there a way to hide and show a StyledStringElement in MonoTouch.Dialog?

I have only found Dispose(), but nothing happened.

poupou
  • 43,413
  • 6
  • 77
  • 174
user1868675
  • 127
  • 1
  • 5

1 Answers1

4

You do not hide an Element by itself. You add/insert them from a Section and remove them if you do not want them anymore.

You might also need to reload the DialogViewController to see the effect of adding/removing elements.

poupou
  • 43,413
  • 6
  • 77
  • 174