I am wondering if there is a WPF control that will display well-formatted HTML?
I want to bind the raw HTML part to the control and format the tags with carriage returns and tabs well, etc.
Note. I do not want to display the output of the HTML string in the control as a web browser control, but only the formatted source string itself
David source
share