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
225
DockManager and MVVM
posted

One very strong MSDN article on MVVM from Josh Smith contains a sample that dynamically adds tabs to a content section of a tab control. One of the keys to this article is the DataTemplating that ties the ViewModel of the observable collection to the view to be represented, thus allowing the dynamic addition and removal of content in the tab control. 

I am looking to perform the same thing, but with the DocumentContentHost of the DockManager, dynamically adding/removing ContentPanes based on the collection of detail ViewModels.  Has anyone successfully been able to accomplish something like this?

<StrugglingButPersistent>JH</StrugglingButPersistent>

Parents Reply Children
No Data