I have code for form: ChildForm1.WindowState = FormWindowState.Maximized
Property: FormBorderStyle = None
I have panel dock at the top of ChildForm1, and I have some contents at the top.
When I open ChildForm1, menustrip covers some content of form panel.
When maximize form, can it be maximized under menustrip, not behind menustrip.
Thanks.




