Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在列表视图中嵌入链接,例如:http ://www.sun.com ,以便该链接变得敏感?我的印象是只包含一个“http://”就可以了(就像一个 WebView 控件),但它似乎没有。
我希望能够显示一个在单击时启动外部浏览器的链接。
您可以HyperlinkButton为此添加ListBox。
HyperlinkButton
ListBox
您可以使用诸如 PointerEntered 和 PointerExited 之类的事件处理程序来更改元素的某些属性,当指针悬停在诸如 Foreground 之类的链接上以更改颜色时。