1
Answer

RichTextBox binding

Photo of graham labdon

graham labdon

5y
6.8k
1
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}"/>

Answers (1)