Public/open-source Silverlight HTML controls:
- HtmlTextBlock – replacement for Silverlight TextBlock that may render simple HTML.
Demo: http://cesso.org/Samples/SilverlightHtmlTextBlock/
Source code: http://delay.members.winisp.net/SilverlightHtmlTextBlock/SilverlightHtmlTextBlock.zip - HtmlHost control – use DOM to create HTML Document.
Source code: http://www.codersource.net/silverlightcode/htmlhost/FreeHtmlHost.zip
1 comment:
You can consider Nevron Rich Text - it has great support for HTML in Silverlight (like floating blocks, inline CSS, animated GIFs and other features):
Demo: http://examplesnovsilverlight.nevron.com/
Web: http://www.nevron.com
Post a Comment