Is there any MasterPage in windows8 development

江枫思渺然 提交于 2019-12-04 18:35:59

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.

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