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
1255
Working with XamDockManager in Blend
posted

I am working with the samples and documentation to get familiar with the xamDockManager as I will be working with this assembly a lot in the future.  I generally split my time 50/50 between working in Blend and VS2008.

In trying to do the tutorials, Blend will hang whenever I try to add a XamDockManager to a Grid.  If I go into VS2008 and do the same, I can return to Blend and work with the controls I added in VS2008.  However, Blend does not seem to recognize XamDockManager.Panes and there is no way to use the Blend menus to add Panes to a XamDockManager.  Again, I can do this in VS2008, but if I return to Blend, perhaps to add some of my own user controls or use the designer as it is meant to be used, I am at a dead end because Blend if there is a tag for XamDockManager.Panes, Blend errors with "The member "Panes" is not recognized or is not accessible."

It seems that a reference is missing, but it does not make sense because it all works in VS2008.

Do you have any suggestions for me?

Thanks