ListPicker FullMode Selected Item Color

前端 未结 2 1830
感动是毒
感动是毒 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

    0 讨论(0)
  • 2020-12-20 00:05

    This might help:

    http://windowsphonegeek.com/tips/how-to-customize-the-listpicker-selected-item

    0 讨论(0)
提交回复
热议问题