I have applied the patch and I can see that I no longer get the same error, but it still doesn't work.
When I click a Navigation item which has child items, I get this output window text:
System.Windows.Data Error: 26 : ItemTemplate and ItemTemplateSelector are ignored for items already of the ItemsControl's container type NavigationItem
Then it crashes when clicking on any of the child NavigationItems:
clickedItem is valid, but the DataContext property on it is [DisconnectedItem] for some reason.
Any ideas what the problem is?
Many thanks!
James