devtools cannot resize when the window resize #4076
winkey0428
started this conversation in
General
Replies: 1 comment 1 reply
-
See |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
this.chromiumWebBrowser1.LoadUrl("www.baidu.com");
//panel1.Dock= DockStyle.Fill;
chromiumWebBrowser1.ShowDevToolsDocked(panel1, "devToolsControl");
when the mainform resize or maxsize,the devtools cannot resize
How to solve
Beta Was this translation helpful? Give feedback.
All reactions