如何将WPF表单添加到选项卡控件的选项卡项中
如何将WPF表单添加到选项卡控件的选项卡项中?
就像我制作了wpf表单一样,我需要添加选项卡控件集合,就像我们在VS 2010中打开wpf表单一样,它在选项卡MDI表单中打开,不同的表单显示在不同的选项卡中。
谢谢
How can I add WPF form into tab item of tab control?
like I have make wpf form, I need to add in tab control collection just like when we open wpf form in VS 2010 and it is open in Tab MDI form and different forms are showing in different tab.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要使用Forms来放置n个Tabpages。请改用用户控件。你可以把它们和设计师一起放在那里。
Don't use Forms to put n Tabpages. Use UserControls instead. You can put them there with the designer.