From the missing MSDN pages: this error means that you’ve added more than one element to a FrameworkTemplate (like in a DataTemplate). First, add a Container - for example a StackPanel.
From the missing MSDN pages: this error means that you’ve added more than one element to a FrameworkTemplate (like in a DataTemplate). First, add a Container - for example a StackPanel.