WPF RichTextBox support for document links?
Posted
by
Rox Wen
on Stack Overflow
See other posts from Stack Overflow
or by Rox Wen
Published on 2011-01-03T18:50:52Z
Indexed on
2011/01/03
18:54 UTC
Read the original article
Hit count: 261
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?
© Stack Overflow or respective owner