New Post: what are the consequences of taking out the...
This method was causing me some serious issues with selecting LayoutDocumentPaneGroup tabs (LayoutDocument).  So I commented out all the content in that method and it fixed my issues. Any ideas why...
View ArticleClosed Issue: Crash with floating windows after layout loading [15386]
1. Start the MVVMTestApp2. Float the "File Stats" tool3. Save the layout4. Load the layout5. Now the tool is at the different position !6. Close the floating window7. Exception in...
View ArticleNew Post: [Version 2.0] How to bind a layoutanchorable to a single view model?
You must provide a collection of all your ViewModels, (this can be a collection of object if you have different view models) to bind with AnchorablesSource and the to arrange them in the correct...
View ArticleClosed Issue: [Build 2.0.1045] Problems with docking after using Windows 7...
Hi,it seems there are 2 problems on Windows 7 systems after using the side dock functionality of the operating system.1. Undock a AnchorablePane and just move it to the side of the screen to have the...
View ArticleCreated Issue: Setting ActiveContent to a Hidden Anchorable does not show it...
The example mvvm application does not keep track of its anchorables (once it is closed it is gone).But most apps are more like Visual Studio. If Solution Explorer is closed, the user may want it back....
View ArticleCommented Issue: Setting ActiveContent to a Hidden Anchorable does not show...
The example mvvm application does not keep track of its anchorables (once it is closed it is gone).But most apps are more like Visual Studio. If Solution Explorer is closed, the user may want it back....
View ArticleNew Post: [Version 2.0.1095] VS2010 Theme designer error
I just switched from referencing a manually downloaded dll version to using NuGet, and it seems that by doing that, I got a newer version than the one I was already using. And now I've got a very...
View ArticleNew Post: [Version 2.0.1095] VS2010 Theme designer error
Strange thing is: I tried creating a new project in the same solution, install avalondock via NuGet (same version). Then I copied the entire mainwindow code - only changed the window class name. And...
View ArticleCreated Issue: Tab order changes unintentionally [15418]
Hi,great project!After adding new tabs (LayoutDocument) during runtime and clicking on the tab, it is swapped for another one. When changing the order by drag&drop, the issue can be reproduced.Is...
View ArticleNew Post: Unable to restore Layout completely
Hi, in my application I use a similar layout as in the demo project. When I try to restore the layout anything but the LayoutDocumentPaneGroup is restored correctly, it just does not appear. I use...
View ArticleCommented Issue: The Docking Indicator don't appears when change layout to...
I test the latest version and the docking indicator don't appears when change layout to right to left.Best,Comments: ** Comment from web user: ido_ran ** I also had the same problem, I've currently...
View ArticleCreated Issue: [Version 2.0 build 93790] ILayoutUpdateStrategy not working...
In the latest build the ILayoutUpdateStrategy not work anymore.I have tested the AvalonDock.MVVMTestApp, I have added a LayoutAnchorablePane with name="ToolsPane" but in the method...
View ArticleCreated Issue: [Version 2.0] Not working with DataTemplate [15423]
If I use a DataTemplate with the DockingManager inside it it doesn't work, I can only see an empty control, I need it because I'm porting an application from version 1.3 to 2, and in the version 1.3 it...
View ArticleCommented Issue: [Version 2.0 build 93790] ILayoutUpdateStrategy not working...
In the latest build the ILayoutUpdateStrategy not work anymore.I have tested the AvalonDock.MVVMTestApp, I have added a LayoutAnchorablePane with name="ToolsPane" but in the method...
View ArticleCommented Issue: [Version 2.0 build 93790] ILayoutUpdateStrategy not working...
In the latest build the ILayoutUpdateStrategy not work anymore.I have tested the AvalonDock.MVVMTestApp, I have added a LayoutAnchorablePane with name="ToolsPane" but in the method...
View ArticleCommented Issue: [Version 2.0 build 93790] ILayoutUpdateStrategy not working...
In the latest build the ILayoutUpdateStrategy not work anymore.I have tested the AvalonDock.MVVMTestApp, I have added a LayoutAnchorablePane with name="ToolsPane" but in the method...
View ArticleCommented Issue: Tab order changes unintentionally [15418]
Hi,great project!After adding new tabs (LayoutDocument) during runtime and clicking on the tab, it is swapped for another one. When changing the order by drag&drop, the issue can be reproduced.Is...
View ArticleCreated Issue: [2.0] Exception trown and selected document tab changed on...
[2.0] Exception trown and selected document tab changed on open WindowsForms form from menu. Here is the stack trace. Looks like even all calls to WeakDictionary ptotected with calls to Contains()...
View Article