devtools cannot resize when the window resize #4076
winkey0428
started this conversation in
General
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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