ListPicker FullMode Selected Item Color

前端 未结 2 1846
感动是毒
感动是毒 2020-12-19 23:36

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

What style need to be edited?

Thanks.

2条回答
  •  暖寄归人
    2020-12-19 23:46

    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

提交回复
热议问题