This is a migrated thread and some comments may be shown as answers.

HTML TextBlock?

1 Answer 161 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 12 Jan 2012, 05:53 PM
Hello,
I'm developing a king of help in my WPF application... I've found no HTMLTextBox/TextBlock.... how can I present HTML just as Text inside WPF?

Thanks

RichTextBox doesn't seems to match my needs for showing just text

Thanks

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 13 Jan 2012, 06:34 PM
Hello Paolo,

Can you provide some more information about your use case.
If you are going to just show the HTML code and don't edit it you can use regular TextBox with IsReadOnly set to true or TextBlock. If you need any advanced features such as export or printing, you can use RadRichTextBox with IsReadOnly="True", so that it cannot be edited.

Regards,
Martin
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Michele
Top achievements
Rank 2
Answers by
Martin Ivanov
Telerik team
Share this question
or