简体   繁体   中英

Showing form inside another form in wpf?

I have a main form which has all the controls and i have to create a new form for help window which guides you to use the main form. I did check about the mdi container but it looks a bit odd to see 2 forms inside another form. Is there any other way for embedding my main form inside another form? like docking?

<DockPanel>
    <Frame Name="frame" NavigationUIVisibility="Visible" Source="SomePage.xaml" />
</DockPanel>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM