Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > General Discussions > HTML TextBlock?

Not answered HTML TextBlock?

Feed from this thread
  • Paolo Master avatar

    Posted on Jan 12, 2012 (permalink)

    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

    Reply

  • Martin Martin admin's avatar

    Posted on Jan 13, 2012 (permalink)

    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 >>

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WPF > General Discussions > HTML TextBlock?