I am using a Pivot control with databinding.
The ItemsSource for the pivot is bound to a collection.
The ItemTemplate is includes a listbox and that is bound to a another collection via databinding. All is working okay and everything is being populated as it should be.
What I now need to do is alter things slightly that the data displayed for the first Pivot item is different to all the others... i.e. I would like a different datatemplate for the first Pivot Item.
- thanks