EasyTabs
EasyTabs copied to clipboard
Can't change size
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 =>
Thanks for help
you can try this:
- add a panel in from
- set panel.Dock = DockStyle.Top
- panel1.Controls.Add(WebBrowser)
- set WebBrowser.Dock = DockStyle.Fill