How do I go about adding content to the DocumentContentHost of of the xamDockManager? I'm using Prism with MVVM. I've also added the NCAL region adapter to my solution. I can add content to left and right splitpanes, but can figure out how to add it to the DocumentHost.
Thanks,
Dave
Use this Prism region adaptor for the XamDockManager
http://brianlagunas.com/2012/09/12/xamdockmanagera-prism-regionadapter/
Hello Dave,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hi Dave,
All things are relative. Microsoft didn't exactly roll out a strong MVVM push either. When you look at their push for MVC on the Web side, it's rather frustrating. EntApps aren't as sexy. No hipsters here!
I asked how it was going for you because I could give you snippets for how we got our stuff running.
Thanks for the link.
Ivan
Ivan,
I got it to work by modifying NCAL per this dicsussion. http://ncal.codeplex.com/discussions/47222?ProjectName=ncal It seems Infragistics has dropped the ball on Prism support. Hope this helps.
Are you still working on this?