如何在 WindowsFormsHost WPF 控件内配置 WinForms TabControl?
如何在 WindowsFormsHost WPF 控件内配置 WinForms TabControl,如何使用 XAML 添加 TabPage?
谢谢。
How do I configure a WinForms TabControl inside the WindowsFormsHost WPF control, how can add TabPages using XAML?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我了解,您可以像在 WPF 中使用 XAML 创建内容一样创建 WinForms
TabPages
。请参阅此页面了解想法我的意思是。So far as I understand it, you can create the WinForms
TabPages
in the same way you would create something normally in WPF with XAML. See this page for an idea of what I mean.我们解决了将 TabControl 及其选项卡页封装在 UserControl 中,然后将 UserControl 添加到 WindowsFormsHost 的问题。
We solved encapsulating the TabControl and its tabpages inside a UserControl, then adding the UserControl to the WindowsFormsHost.