I have added XamDockManager to my WPF application, but the ContentPanes and the controls they contain, such as tab controls are not visible in VS 2015 Designer.
Using Visual Studio 2015 with Update 3, InfragisticsWPF4DockManagerV16.2.
Any suggestions?
Here is the XAML code:
Hello There,
I was not able to figure out the question with help of google i have found some points it may be useful for you go through it. I have pasted link were i got the answere also so check out.
Hi tdmcclure,
Can you try reattaching the XAML you used? I don't see it in your post.
Also I tried creating a new WPF app and adding the dockmanager to it and a simple one with some ContentPanes does appear to show up in the designer. I even added a TabControl to one of them so maybe there is something about your XAML that the designer doesn't like. When I get your code I'll update my sample with it and see if I reproduce what you see.