If I have a list of lists object, let's call it MovieCatalogue, and in that list of lists I have a collection of lists that contain Movies that relate to the same genre.
I want to be able to set the ItemSource of the Rotator to the MovieCatalogue object and then have each page show a ListView of all movies contained within the lists of the object. For example, page one of the rotator would show me all entries of the HorrorList, page two would show all entries of ComedyList and so on..
As a bonus, each entry would need to be bound to the title of the movie that is stored in the list. Attached is my current implementation, but it returns an invalid cast exception.
Attachment:
movielistrotator_f5b39938.zip