Category Archives: Mango

Alter a Pivot controls header template the easy way (WP7)

If you want to alter the template for a Windows Phone 7 pivot control’s header, the simplest way is as follows… Of course, all this example does is specifically set the colour used for the title and headers to black, … Continue reading

Posted in .NET, C# Snippets, Mango, Windows Phone, WP7 | Leave a comment

Alternating ListBox item background colours in WP7

I had a requirement today to implement alternating row colours in a Windows Phone 7 ListBox. After a bit of frustration with searching and only finding answers tht said “You can’t do it”, or that you need to add a … Continue reading

Posted in .NET, C# Snippets, Mango, Windows Phone, WP7 | 1 Comment