I have a little problem that i cant find any solution for that subject. I am using Chromiuim C#. A casual load for the webview:
Code: C#
private EO.WinForm.WebControl webControl1;
private EO.WebBrowser.WebView webView1;
private void button1_Click(object sender, EventArgs e)
{
webControl1 = new EO.WinForm.WebControl();
webView1 = new EO.WebBrowser.WebView();
webControl1.Dock = DockStyle.Fill;
webControl1.WebView = webView1;
webView1.Url = "http://www.google.com";
panel1.Controls.Add(webControl1);
}
The results:
Now the top regular chrome is cut/missing/not loading this:
How can i display it at the web panel