How to make a Template Window in WPF?

前端 未结 4 1823
自闭症患者
自闭症患者 2020-12-04 16:03

So i am building an application that will have lots of windows, all with the same basic layout:

  1. A main Window
  2. A logo in the top corner
  3. A titl
4条回答
  •  再見小時候
    2020-12-04 16:33

    The most simple approach is to create WPF a "Page" for the window specific controls and place a "Frame" in the main window. You can even create a nice navigation this way.

提交回复
热议问题