Search code examples
windows-phone-7windows-phonemarketplace

Is a toggle switch inside a pivot item against Windows phone 7 UI guidance?


Anybody knows if Marketplace certifications are strict about a toggle switch inside a Pivot Item. Since the default template of a Toggle propose to flick it to change the value (but you can also tap on it!), I might think this is a problem with UI guidance.

But I can't find any official document from Microsoft that states it clearly.

Anybody knows something about this? Any link ?


Solution

  • There are ways to prevent the pivot control from reacting to the flick gesture (see this related question), but in most situations you can use the toggle switch without any major issues. I have a settings page as part of a pivot in one of my apps, and it uses multiple toggle switches without any major usability issues. It has passed certification multiple times, so there is no strict rule against toggle switches on pivot pages.