EasyTabs icon indicating copy to clipboard operation
EasyTabs copied to clipboard

Can't change size

Open Tiegertropfen119-0001 opened this issue 2 years ago • 1 comments

Hello I have a problem why I can't set a Maximum Size and a Minimum Size I Just get black boarders

This is the main form => this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(1177, 636); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(1177, 636); Black boarders => c3qc018ob7tkv5nebac6ey9li

Thanks for help

Tiegertropfen119-0001 avatar Sep 18 '22 09:09 Tiegertropfen119-0001

you can try this:

  1. add a panel in from
  2. set panel.Dock = DockStyle.Top
  3. panel1.Controls.Add(WebBrowser)
  4. set WebBrowser.Dock = DockStyle.Fill

hiiter avatar Sep 21 '22 01:09 hiiter