Is there anyway to display HTML from a string variable to the TextBlock in WPF?
+1
A:
Can't do it in TextBlock, you need a WebBrowser control (or Frame, but it is obsolete). Feed descriptions, btw, can contain JavaScript - would be pretty hard for TextBlock to handle ;)
Sergey Aldoukhov
2009-07-02 06:24:27