开发者

WPF MDI Application Using Prism (Composite WPF)

开发者 https://www.devze.com 2023-03-30 15:52 出处:网络
So, I need to know how you implement MDI style applications using Prism,开发者_如何学JAVA like having a shell window with a top menu, sidebar and status bar and be able to launch modules in child wind

So, I need to know how you implement MDI style applications using Prism,开发者_如何学JAVA like having a shell window with a top menu, sidebar and status bar and be able to launch modules in child windows.

Any good example on how to achieve this?

Thanks!


If refer to prism guidelines, you can easily develop things you desire as per following:

  • Shell acts as Main Window / Page
  • Add different views as regions in this shell.

  • You need to use bootstrapper for initialization

  • Ideally, you should not use child windows for the given structure of UI. You should use plug-ins to show contents. For specific purposes, you can use pop-ups.

Kindly refer to [Prism Practises] (http://compositewpf.codeplex.com/) for details.

Please post if you have specific question further

Hope this helps.

0

精彩评论

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

关注公众号