WPF RichTextBox 支持文档链接吗?
我正在尝试使用 WPF RichTextBox 控件呈现 RTF 文档。到目前为止,渲染的 RTF 文档的外观与使用 MS Word 编写的原始文档非常一致。
我发现的一个问题是,“文档锚点”(指向文档中不同位置的超链接)无法按预期发挥作用。虽然它们看起来像链接,但单击它们不会执行任何操作。
WPF RichTextBox 可以支持这种类型的链接吗?
I'm attempting to render RTF documents using the WPF RichTextBox control. So far, the appearance of the rendered RTF documents is quite true to the originals which were authored using MS Word.
The one issue I've found is that the "document anchors" which are hyperlinks to different locations within the document, do not function as hoped. While they look like links, clicking on them does nothing.
Can the WPF RichTextBox support this type of link?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,WPF RichTextBox 控件不支持文档链接。
As far as I can tell, the WPF RichTextBox control cannot support document links.