I've got a silverlight canvas that is bigger than the web page, so scroll bars show on the right side of the page.
Inside this canvas is a xamWebHtmlViewer.
When I scroll, the silverlight content inside the canvas moves as you would expect, but the xamWebHtmlViewer doesn't move - it isn't pinned to its location on the silverlight canvas.
As I understand, the xamWebHtmlViewer subscribes to the LayoutChanged event of the silverlight container. However, this isn't being fired when the browser scrolls. I think something elseneeds to be set up for this to work.
Any solution to this yet?