ibogolyubskiy
ibogolyubskiy

Reputation: 2291

ListPicker FullMode Selected Item Color

How to change color of selected ListPicker Item in Full Mode?

What style need to be edited?

Thanks.

Upvotes: 3

Views: 2586

Answers (2)

Pedro Lamas
Pedro Lamas

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

Related Questions