I have a text box contain links .the contents in the text are generated during run time.My problem is that the links inside the text is not clickable,how can make all links inside the text block clickable so that when i tap a link it should open the web browser.In android we can set it by using autolink.Is such option is available in wp7 or in wp7.1 mango?
Share
Use a HyperLink.
This is supported from Windows Phone 7.1 (Mango).
You can create your own FlowDocument from the your data, at runtime, if necessary.
Example on how to generate a FlowDocument from a string: