Rox Wen
Rox Wen

Reputation: 253

WPF RichTextBox support for document links?

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?

Upvotes: 0

Views: 953

Answers (1)

Rox Wen
Rox Wen

Reputation: 253

As far as I can tell, the WPF RichTextBox control cannot support document links.

Upvotes: 1

Related Questions