This question is locked. New answers and comments are not allowed.
Is it possible to bind to spans? Eg:
If not, how can I achieve this? I need readonly, databound, formatted text that wraps.
<t:RadRichTextBox> <t:RadDocument> <t:Section> <t:Paragraph> <t:Span Text="{Binding KeyName}" Cursor="Hand" /> <t:Span Text="updated to"/> <t:Span Text="{Binding DisplayValue}" FontStyle="Italic"/> </t:Paragraph> </t:Section> </t:RadDocument></t:RadRichTextBox>If not, how can I achieve this? I need readonly, databound, formatted text that wraps.