tags:

views:

31

answers:

2

I'm Using MVVM in WPF (.Net 3.5) and I need a control that supports formatted text, bold & italics, and I can bind to easily. When I say easily I mean something like Text ="{Binding FormattedText}" and that's it. RichTextBox blows for binding.

Any Ideas?

thanks

A: 

You have to use HtmlToXamlConverter as in here HTML Textblock and here Rich textblock

anivas
A: 

You can use A Bindable WPF RichTextBox

Eduardo Molteni