user1868675
user1868675

Reputation: 127

MonoTouch.Dialog StyledStringElement Hidden

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

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

Upvotes: 2

Views: 271

Answers (1)

poupou
poupou

Reputation: 43553

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.

Upvotes: 4

Related Questions