Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含所有控件的主窗体,我必须为帮助窗口创建一个新窗体,以指导您使用主窗体。我确实检查了 mdi 容器,但在另一个表单中看到 2 个表单看起来有点奇怪。有没有其他方法可以将我的主表单嵌入到另一个表单中?喜欢对接?
<DockPanel> <Frame Name="frame" NavigationUIVisibility="Visible" Source="SomePage.xaml" /> </DockPanel>