开发者

C# html in xaml

开发者 https://www.devze.com 2023-02-23 06:35 出处:网络
I have the fol开发者_如何转开发lowing problem: So I have an HTML string with inputfields etc... And I have a usercontrol in xaml where I want to show this html. but when there\'s an input field ther

I have the fol开发者_如何转开发lowing problem:

So I have an HTML string with inputfields etc... And I have a usercontrol in xaml where I want to show this html. but when there's an input field there shoould be the possibility to change the text in the inputfield. And everything should be editable.


You can do Rich Text editing in WPF, and you can convert the results to/from XAML, HTML, ..

Some resources to get you started:

http://www.developerfusion.com/community/blog-entry/8393336/bindable-wpf-richtext-editor-with-xamlhtml-convertor/

http://www.silverlightshow.net/news/Bindable-WPF-RichText-Editor-with-XAML-HTML-Convertor-.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消