开发者

How to uses a ToolStripContainer whith Dock=Fill on a MDI parent?

开发者 https://www.devze.com 2022-12-11 10:55 出处:网络
How to uses a ToolStripContainer whith Dock=Fill on a MDI parent???... When I drop a ToolStripContainer on a MDI parent and assing fill to a property Dock it hideall t开发者_如何学JAVAhe MDI children.

How to uses a ToolStripContainer whith Dock=Fill on a MDI parent???... When I drop a ToolStripContainer on a MDI parent and assing fill to a property Dock it hide all t开发者_如何学JAVAhe MDI children.

thanks...


try adding the MDI child form to the ToolStripContainer:

toolStripContainer1.ContentPanel.Controls.Add(frm);


the MDILayout doesn't work on the child forms

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号