How to Bind the text of RichTextArea from xaml
+1
A:
There is no built in way to do that. You can create Text attached property and bind to it like discussed here
ArsenMkrt
2010-03-02 06:21:26
The link provided is specific to WPF. The RichTextBox in Silverlight doesn't have a Document property on it.
Steve Wortham
2010-09-04 21:37:24
A:
This can't be done, you have to manually update it. Document is not a DependencyProperty.
Paul Betts
2010-03-02 06:21:56