I use a pretty basic ContentControl switching between different types of content: <ContentControl Content=\"{Binding MyContent}\">
I set up a ContentControl.DataTemplateSelector to my desired one. I want that according to a command or whatever, call the ContentControl to reselect the template from the selector by either xa开发者_
I\'m implementing my own fake TabControl to look like IE8-tabs (I\'m aware of other implementations of tabcontrol).
I was wondering if anyone has any idea how I can add Content Controls to a Word Document (Office 2007) from the Document Task/Action Pane via C#.The goal is the following:
In my application I only need one view visible at a time which is why I am using a ContentControl in my shell. The issue is that if I have one view visible (lets say View1) and I activate View2, every