Questions tagged [pivotitem]
87 questions
11
votes
1 answer
How to Hide Visibility of Individual PivotItem
I have a few pivot items in my page, and based upon whether the app is in trial mode or not I need to show or hide one of the PivotItems. Setting the Visibility of the PivotItem directly in XAML or in C# only hides what is within the PivotItem, not…

Matthew
- 3,976
- 15
- 66
- 130
8
votes
2 answers
How to set font size on a Windows Phone 7 Pivot or PivotItem control
I want to set the size of the font in the PivotItem control.
Explicitly setting PivotItem FontSize does not seem to do anything, and neither does setting the PivotItem style to "{StaticResource PhoneFontSizeSmall}" The only thing I can find that…

Jeremy
- 44,950
- 68
- 206
- 332
5
votes
2 answers
How to bind SystemTray Progressbar to a property in selected PivotItem DataContext
I got an app with a Pivot and 3 PivotItems. Each PivotItem has its own DataContext, and the DataContext has a property named IsLoading.
It is possible to bind the SystemTray.ProgressIndicator IsVisible property to the selected pivotitem…

Marcelo de Aguiar
- 1,432
- 12
- 31
5
votes
6 answers
Windows Phone 8: remove pivot header
I have got a strange problem with the styling of my pivot control.
I edited a copy of the default template in Expression Blend because I want to remove the entire header.
The adapted style: