Cannot correctly populate ListPicker control with Image and Name

前端 未结 2 991
日久生厌
日久生厌 2021-01-23 16:05

I have created a ListPicker control for a user to change his or her background, but not all of the information is populated correctly in the ListPicker control. The problem aris

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-23 16:40

    Since you get the large list of items in the ListPicker, you need to create a template for it too. You only have the ItemTemplate at the moment. The property is called FullModeItemTemplate and the example of how to do that is shown here:

    http://windowsphonegeek.com/articles/listpicker-for-wp7-in-depth

提交回复
热议问题