I am using a System.Windows.Controls.WebBrowser control in my WPF application to display an HTML page, but require the ability to zoom in/out of the page. I have found an option for windows forms: http://slingkid.blogsome.com/2007/04/13/ie-zoom/ , but I cannot see how/if this applies to the WPF WebBrowser control. Any help would be appreciated
View Complete Post