Category Archives: Windows Phone

WP7 Navigation Gotcha

Navigating to a page, passing a key defined by a third party can present problems, but taking a little care over the way you pass the parameters can save a world of pain later. Continue reading

Posted in .NET, C# Snippets, Windows Phone, WP7 | Comments Off

Silverlight Toolkit ExpanderView – Flat Objects

Just one of many ways in which you can bind an ExpanderView control to a collection of simple objects. Continue reading

Posted in .NET, C# Snippets, Windows Phone | Comments Off

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 | Comments Off

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 | Comments Off