Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
xamWebHtmlViewer not scrolling with browser correctly
posted

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 else
needs to be set up for this to work.