Is there any MasterPage in windows8 development

点点圈 提交于 2019-12-12 09:18:20

问题


I have some pages in the win8 application, most of which have a similar layout, I use Frame.Navigate to switch the pages. Just wonder if there is something like MasterPage in asp.net webform/mvc.


回答1:


Just create a page with the layout you want and then use templates to customize it for particular views. You could have one main view .xaml file and then create a resource dictionary file (for separation purposes) for each different way you use it.

Edit: I found someone who made a "Master Page" for wpf. See here. You could do something similar for metro.



来源:https://stackoverflow.com/questions/12532155/is-there-any-masterpage-in-windows8-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!