I have a LongListSelector in a Windows Phone Application.
Each item has a picture and a text.
I want to use two different ItemTemplates for them alternatively.
The first one to have the picture on the right and the text on the left, the 2nd one the picture on the left and text on the right and so on.
I tried to use the loaded event to set the template for each item, but for a large number of data (over 10-15) items they don't load in the same order as they appear in the list.
How can I do it other way?