graham labdon

graham labdon

  • NA
  • 7
  • 6.2k

RichTextBox binding

Dec 9 2019 2:42 AM
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)