What is the easiest way to set the font size of the panorama item header once so it can be used for all item headers in my app?
|
There isn't a way to automatically do it for all headers in your app yet. You'll need to set the style for each one. Implicit styling is coming in the Mango update and that should allow this to be done then. Update Create a global template style for the FontSzie you want. Something like:
Then in every PanoramaItem that I wish to have styled this way I set the HeaderTemplate:
|
|||||
|
|
Maybe you could try putting this in under the
Found here: http://www.jstawski.com/archive/2010/10/25/change-windows-phone-7-panoramarsquos-control-title.aspx |
|||
|
|
|
This had been a difficult issue for me as well. However I have found a pretty simple solution to take care of this for each head item you wantto resize/fontweight/font...so-on. I have inserted a snippet from a current project I have been working on. Take notice to the xaml portion for controls:PanoramaItem.HeaderTemplate. This is where the templete is modified for the header item. Good Luck!
|
|||
|
|
|
You can create your own PanoramaItem Control and use generic.xaml to apply your custom PanoramaItem style.
Then you create Themes\Generic.xaml
And then use your custom Panorama like this:
More about generic.xaml and its usage you can find here. |
|||
|
|