When I have two modless XamDialogWindows open, each with their Content set to one XamHtmlViewer (with a different Uri), there is strange behavior when one or the other of the two windows overlap. The header of the XamDialogWindow acts normally, but not the Html content.
I suspect this is due to the html <div> used to display the content, and perhaps there is no workaround.
If there is any help for this, thanks in advance.
James,
Our developers have reviewed this behavior, and it seems that there are some limitations as to what can be done with displaying HTML within the browser. You may try using HTMLBrush and see it behaves differently.
Thank you,Sam
Hello Sam
I think I have exactly the same problem as James. But I do not understand how to implement your answer. If I look at the example of Microsoft, but it used the WebBrowser component and that works only in the out of browser mode (http://msdn.microsoft.com/en-us/library/system.windows.controls.htmlbrush%28v=VS.96%29.aspx ).
Do you have an example of your implementation?
Thank you and regards
Xaver