Default control templates for windows phone 8

后端 未结 2 1869
春和景丽
春和景丽 2020-12-20 07:06

I want to make some small modifications to the default control template of some controls in my windows phone 8 app. The problem is that I can\'t find these default templates

相关标签:
2条回答
  • 2020-12-20 07:14

    You can find the file containing all the default control templates here:

    C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Design\System.Windows.xaml

    Edit: also, the Windows Store Dev Center has a lot of them listed if you search for "styles and templates"

    0 讨论(0)
  • 2020-12-20 07:29

    I'm not aware of such a listing for WP8, however, you can use Blend or Visual Studio to edit a copy of a control's current template by right clicking on the control and then selecting Edit Style, Edit Template or Edit Additional Templates as appropriate. In the submenu, you can select Edit a Copy... which will present a window that allows you to create a copy of the default (or current template/stlye if you have already modified it) and customize it.

    0 讨论(0)
提交回复
热议问题