views:

1849

answers:

2

My objective is to display html content in wpf application. I use brwoser control but this always goes on top of window. I search through the net and found a solution to convert the html into a flow document. But my question is how to use the conveted flowdocument in wpf application to show the html content

Please refer the below article as well

http://stackoverflow.com/questions/980334/wpf-webbrowser-3-5-sp1-always-on-top-other-suggestion-to-display-html-in-wpf

A: 

You need to host the flow document in e.g. a FlowDocumentPageViewer:

H4mm3rHead
+1  A: 

You have several options here:

Jerry Bullard