Hi,
I am looking at integrating a document type with a corresponding tool window into my AvalonDock application. Does anyone know how I configure AvalonDock such that I can build a document view and tool window on the same viewmodel? Is that possible or do I need some funky trick to get this done? My problem is more to the point in the
PanesStyleSelector
PanesTemplateSelector
class. In there, it seems, I am only able to associate one viewmodel with one document or tool window. Surely, its no problem to associate a document with a viewmodel and a set of tool window views. But does anyone know how?
I am looking at integrating a document type with a corresponding tool window into my AvalonDock application. Does anyone know how I configure AvalonDock such that I can build a document view and tool window on the same viewmodel? Is that possible or do I need some funky trick to get this done? My problem is more to the point in the
PanesStyleSelector
PanesTemplateSelector
class. In there, it seems, I am only able to associate one viewmodel with one document or tool window. Surely, its no problem to associate a document with a viewmodel and a set of tool window views. But does anyone know how?