Reputation: 2291
How to change color of selected ListPicker Item in Full Mode?
What style need to be edited?
Thanks.
Upvotes: 3
Views: 2586
Reputation: 7243
In order to do that you will have to create a copy of the ListPickerPage.xaml file from the Silverlight for Windows Phone Toolkit in your application, change it to meet your requirements, and then on your ListPicker control set the PickerPageUri proprety to the new ListPickerPage.xaml
Upvotes: 5
Reputation: 302
This might help:
http://windowsphonegeek.com/tips/how-to-customize-the-listpicker-selected-item
Upvotes: 0