windows phone 8 - Show HTML string in ListBox -
windows phone 8 - Show HTML string in ListBox -
i need show html content in listbox (or alter text html tags). basic tags <br>, <b>, <a> , so. few tags in whole string.
i looking best solution , first found webbrowser utilize html don't think in listbox. next found people mentions htmlagilitypack guess it's big problem (i need alter formatting). found controls showing html looks wp7 , know should work don't believe in 3rd party components aren't updated 2 or more years.
so what's best solution now? thanks
as mentioned, may utilize web view display kind of html content within listbo, if have several items, have several webview instances in place , experience, consume quite bit of memory.
if have bunch of such tags, replace them standard controls in code 1 time changed listbox content. may become bit complex, mean textblock within stackpanel. bold new textblock specific style. ... , on.
html windows-phone-8 listbox windows-phone control
Comments
Post a Comment