Kung Fu Windows Phone - User Feedback
Saturday, January 7, 2012 at 7:43PM One of the easiest tips I can give any windows phone developer is… USE THE TILT EFFECT!!!
If you create a new Windows Phone application using any of the templates that support sample data (Pano, Pivot or Databound), it will create a Windows Phone app that has a list off items that you can selected… notice when you click on any of these items that their is NO indication that you clicked on it!

Let’s change this… Via NuGet, download and install the Silverlight Toolkit for Windows Phone. Once you have this installed, add the toolkit namespace
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
And enable the tilt effect
toolkit:TiltEffect.IsTiltEnabled="True"
Easy? Try it out and see the difference…
This works for buttons too… Also make sure that you NEVER use color changes in listboxes to indicate selection (This is the default for “normal” silverlight applications)


Reader Comments (3)
Yeah I agree with you..the tilt effect is the best feature. -Sarah-
Entertainment wholesale louis vuitton damier geant canvas handbags is from a small number of dollars just for simple duffel and additionally garment handbags. Or helpful several many or thousands for some serious top trademark collections for bag. Surely you will likely make sure quality were applied to the poor prices for the wholesale louis vuitton utah leather handbags you purchase. For any wholesale purse needs, choose from in either of the websites recommending competitive values, quality supplements, and force delivery. Right from casual apparel bags to make sure you woven, or possibly embossed imitation leather strap handbags, to beautiful inspired taiga leather louis vuitton handbags and daytime bags, you can see wholesale handbags a satisfy. Wholesale handbags is classified right into several models. Based relating to the materials put into use, their feature or ingestion, and through gender about users, best replica handbags come into play endless creates and shapes and sizes.
Why do you recommend against color changing on selecting an item in a listbox?