Is there a way to customize the ListPicker's PickerPage? Even if I create a new page in my project and point the PickerPageUri to that page, no items are shown. I just saw from the source code, that the type of the picker page is hard coded and the setup code (that fills in the Items, the Header etc) only executes for the predefined PickerPage.
Should there be an interface for the picker page, so that it can be customized by any page (as long as it implements that given interface)?
Should there be an interface for the picker page, so that it can be customized by any page (as long as it implements that given interface)?