I am trying to make a WebBrowser control on my Windows 7 Phone app transparent, so it can have the same theme as the rest of the app, but I have had no success with anything
you can style the html content displayed in the webbrowser component, so the component will have the look and feel of your app
web_browser.NavigateToString(html: "" + your_html_content + "");