Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
WPF XamDockManager
posted

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:


  • 5
    posted

    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.

    • Customizable Docking Indicators - Show end users exactly where a docking content pane will snap into place at run-time eliminating guesswork.
    • Content Pane Navigator - Using the content pane navigator, end users can easily switch between panes and see a preview of the new pane.
    • Tabbed Documents - Display multiple tabs on tabbed content panes or the main client area of the xamDockManager, even create a tabbed MDI user interface.
    • Pushpins and Fly-out Panes...
    I hope This will helps you.
    Thank's 
    Gnana sekar
  • 34510
    Offline posted

    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.