I’m new to Silverlight and want to display some HTML inside a Silverlight App. I’ve been reading about some ways to do it like the HTMLPlaceHolder from Telerik or HTML Overlays by mixing some css and javascript with the app.
The problem is that both require me to set the windowless=true which after going through its limitations on:
I don’t think will be worthily so, are there any ways to display HTML without the windowless set to true?
Thanks in advance for the assistance..
I’m using the RadRichTextBox from Telerik which lets you render pretty much any type of document.
Herzmeister, thanks a lot for your answer, after looking at the code of the HTMLTextBlock you suggested I could come up with a solution.. here’s the code I used..