Hi
What is the best way to bind rich text box to formatteed text contained in my model.
This text is dynamic.
I tried a straight forward binding but ot does not work,
HelpText = "<Paragraph>I am a RichTextBlock.</Paragraph>";
<Run Text="{Binding Path=HelpText}"/>