Friday, September 21, 2012

Display HTML content in Silverlight without windowless=true

Display HTML content in Silverlight without windowless=true

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:

http://blogs.msdn.com/b/silverlight_sdk/archive/2008/11/12/limitations-of-windowless-mode-for-silverlight.aspx

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

Answers & Comments...

Answer: 1

Since Silverlight 4, there is a WebBrowser control that you can use when your application is running out of browser. Since Silverlight 5, it also works in the browser, but requires elevated trust on the user's system.

For very simple HTML you can also try the HtmlTextBlock.

by : herzmeisterhttp://stackoverflow.com/users/90742




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog