Databinding + Dynamic Pivot
问题 I am having troubles with dynamically adding a PivotItem to a templated and databound Pivot. The classes in use (a bit simplified to keep it quickly comprehensable); class Menu { string Name List<Dish> Dishes_1; List<Dish> Dishes_2; List<Dish> Dishes_3; } class Dish { string Description string Price; } I want to use a Pivot to display a list of Menu-Objects. I create PivotItems dynamically based on the number of items in that list. Each PivotElement should thus follow the same layout and