private void menuItem3_Click(object sender, EventArgs e) { Form2 Mdichild = new Form2(); Mdichild.MdiParent = this; Mdichild.Show(); this.LayoutMdi(MdiLayout.Cascade); } 子窗体为什么显示不全啊,谢谢
你可以自己吧子Form拖大点。。