I have a simple question: I have a flipview in which I want to display different kinds of items. For example: First item in the flipview will be a listview, the second item - an image, the third - a table..... How can I achieve this? Is there a way I can set differetn item templates for the items in the view?
My first I idea is to make an item template which contains the different items, but when visualized only the correct one will be visible, but I think this is a bit... wrong to do.
Look i dont know but You will also have to put some effort into it :) This is a templating function with different templates for listView and I guess it would be almost similiar ... Like looping through the data source and providing differet templates. I have implemented this in list view. Try Modifying list to flip and set it accordingly. the example is well demonstrated you can go through it and let me know if you need any further clarifications.
Dynamic template winjs listview
:) let me know if u have any trouble understanding it.