I am trying to get the AvalonDockHost created in the Code Project article "AvalonDock and MVVM" (which uses AvalonDock 1.3) to work with the latest version of AvalonDock..
In my app I want to be able to have an arbitrary list of ViewModels of a certain class in my MainViewModel and show a pane for each. The tool in the article above seems to do exactly this.
The main problem I'm having at the moment is that the AvalonDockHost requires "DocumentContent" or DockableContent" in order to work. As far as I can see these are no longer present in AvalonDock.
Is there a way to get the AvalonDockHost working with the present version of AvalonDock or is there mayby a better way to handle this directly in AvalonDock?
Any help is greatly appreciated!
In my app I want to be able to have an arbitrary list of ViewModels of a certain class in my MainViewModel and show a pane for each. The tool in the article above seems to do exactly this.
The main problem I'm having at the moment is that the AvalonDockHost requires "DocumentContent" or DockableContent" in order to work. As far as I can see these are no longer present in AvalonDock.
Is there a way to get the AvalonDockHost working with the present version of AvalonDock or is there mayby a better way to handle this directly in AvalonDock?
Any help is greatly appreciated!