Rendering HTML Content within Silverlight application -


In one of our applications it is necessary to display a bullet list in a Silverlight 2.0 container. We use the HTML markup text Have done it. However, there are many options like Overlaying like HTML Divider Container etc., I would like to know what is the most practical way to do this.

I think the easiest would be to use some 3rd-party party solutions. For example, Telekick has a HtmlPlaceholder that allows you to display the HTML page inside the Silverlight app. You can see a demo here:

How you can use it:

  & lt; Grid & gt; & Lt; Tele-rik: Radha HTML Placeholder SourceUrl = "http://google.com" /> & Lt; / Grid & gt;  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -