我们如何在listpicker wp7中向FullModeItemTemplate添加背景图像

时间:2013-02-01 06:19:18

标签: windows-phone-7 windows-phone-7.1 listpicker

有没有办法将背景图片添加到FullModeItemTemplate的{​​{1}} 我想在我的应用程序中实现这个

我的xaml代码是:

ListPicker

提前致谢

1 个答案:

答案 0 :(得分:1)

您可以从应用程序中的Windows Phone Toolkit创建ListPickerPage.xaml文件的副本,设置背景并将tge PickerPageUri属性设置为新页面。例如;

<toolkit:ListPicker 
   x:Name="ListPicker"
   ...
   PickerPageUri="/Controls/ListPickerPage.xaml"
/>