Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6010059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:03:44+00:00 2026-05-23T02:03:44+00:00

Using avalondock seems to be fairly challenging in a MVVM environment. As soon as

  • 0

Using avalondock seems to be fairly challenging in a MVVM environment. As soon as I detach a DocumentPane from the shellview, I loose the corresponding datacontext and my view is empty. When reattaching, it gets back to normal.

Does anyone have a solution ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T02:03:45+00:00Added an answer on May 23, 2026 at 2:03 am

    Here’s what I use currently; my app hase a couple of dockable panes, each having their own viewmodel. These viewmodels are exposed as properties from the main window’s viewmodel, which is also the DataContext of the main window. The trick is to refer to that datacontext using the static Application.Current instance’s MainWindow.DataContext.

    For example:

    class MainWindowViewModel
    {
      public WindowAViewModel {get; set;}
      public WindowBViewModel {get; set;}
    }
    
      //this goes in App.xaml.cs, because my MainWindowViewModel has a constructor
      //with arguments, else you could just set the Window.DataContext in xaml
    var window = new MainWindow();
    window.DataContext = new MainWindowViewModel( ... );
    

    MainWindow’s xaml:

    <ad:DockingManager>
      <ad:ResizingPanel Orientation="Horizontal" >
        <ad:DockablePane>
          <ad:DockableContent>
            <l:WindowA DataContext="{Binding Path=MainWindow.DataContext.WindowAViewModel,
                                     Source={x:Static app:App.Current}}"/>
          </ad:DockableContent>
          <ad:DockableContent>
            <l:WindowB DataContext="{Binding Path=MainWindow.DataContext.WindowBViewModel,
                                     Source={x:Static app:App.Current}}"/>
          </ad:DockableContent>
        </ad:DockablePane>
      </ad:ResizingPanel>
    </ad:DockingManager>
    

    Not sure how this works out for large modular applications though, but I’ve seen a sample application in Prism being used with Sofa (an AvalonDock wrapper) so you might want to check out how they did it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using AvalonDock in a project. For the sake of this example, it is
I'm using AvalonDock to layout my application. I want to create a View MenuItem
I am using AvalonDock in a project to take advantage of the tool windows.
Using jQuery, how do I get the value from a textbox and then load
I'm using AvalonDock in a WPF application, and need to persist the layout of
I am trying to add tabs dynamically using AvalonDock with WPF, but I am
Using Android NDK is it possible (from native C-code) to get a list of
Using JQuery,Is there any possible to capture images/scanned documents from digital Camera/Scanner Connected to
Using CMake I want to check if a particular function (cv::getGaborKernel) from OpenCV library
I am using AvalonDock (V2) with a DocumentsSource: <a:DockingManager DocumentsSource={Binding Items}/> I would like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.