We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abecd21 commit d019806Copy full SHA for d019806
CefSharp.WinForms.Example/Browser.cs
@@ -147,6 +147,7 @@ public Browser()
147
{
148
InitializeComponent();
149
Text = "CefSharp";
150
+ WindowState = FormWindowState.Maximized;
151
152
web_view = new WebView("custom://cefsharp/home", new BrowserSettings());
153
web_view.Dock = DockStyle.Fill;
0 commit comments