WPF WebBrowser - How to Zoom Content?
Posted
by
Beems
on Stack Overflow
See other posts from Stack Overflow
or by Beems
Published on 2011-02-25T20:51:12Z
Indexed on
2011/02/25
23:24 UTC
Read the original article
Hit count: 206
Trying to test basic browser concepts in a WPF (C#/XAML, .NET 4.0) WebBrowser application. So far, the only problem is programatically zooming. Has anyone had any experience with this?
MSDN lists nothing: http://msdn.microsoft.com/en-us/library/system.windows.controls.webbrowser.aspx Additionally, I have tried various things such as RenderTransform options to no avail. Either this is not possible or not documented. I'm hoping for the latter. Note that a WinForm solution isn't acceptable.
Thanks in advance for any help, Beems
© Stack Overflow or respective owner