Windows Phone中TextBlock内的超链接

时间:2012-08-02 22:06:16

标签: silverlight windows-phone-7 xaml windows-phone

我可以看到TextBlock元素中有Hyperlink可用,但Visual Studio将其强制为错误,并说“[TextElementCollection_TypeNotSupportedInHost]”。

<TextBlock>
    Please <Hyperlink NavigateUri="http://example.com/">click here</Hyperlink>, thanks.
</TextBlock>

建议的方法是什么?谢谢!

1 个答案:

答案 0 :(得分:2)

您正在混合文字和组件。而是在RichTextBox的上下文中here is how to put links。默认TextBox控件不支持超链接。