New Post: [Version 2.0] - upgrading 1.3->2.0. What happened to DockableContent?
I'm trying to upgrade from 1.3 to 2.0 and I can't find DockableContent, has it gone? what's the recommended upgrade path? Cheers
View ArticleNew Post: Version 1.3 - I've been getting ArgumentOutOfRangeException...
I've been getting the following: “An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in PresentationFramework.dll Additional information: Specified argument was out of the...
View ArticleNew Post: [Version 2.0] Saving Layout
Hi, I am trying to save and restore layout in MVVM type application. I have implemented a "ContentId" property with propertychangednotification on my viewmodel object but the ContentId doesn't get...
View ArticleCreated Issue: [Version 2.0] Controlling LayoutAutoHideWindowControl ZIndex...
I have posted a iusse because I can't add an image to discussion.Image 1 - on the left there is a document pane with a windows form user control (The are in gray with the button), over it there is an...
View ArticleNew Post: [Version 2.0] Add New Document button on the document group on the...
Thanks for the reply.  I'm fairly new to WPF so still not sure exactly what to do. I have got the very latest code down, and I have found LayoutDocumentPaneControl ControlTemplate - there is a lot of...
View ArticleCommented Issue: [Version 2.0] Resize problem [15122]
Hi. I have got a LayoutAnchorable down the left of my WPF app. When I open the docked item it opens nicely.However, any attempt to resize it larger actually results in it getting smaller. I.e. I drag...
View ArticleNew Comment on "Version2Concept"
What about backward compatibility? How hard it will be to migrate apps from 1.3 to 2.0?
View ArticleCreated Issue: [Version 2.0] Getting IsMouseOver working on...
I have made a theme and I want to change color or opacity of the element marked as PART_DockingManagerDropTargetLeft on MouseOver but the property IsMouseOver is always false.I'd like to have the...
View ArticleCreated Issue: [Version 2.0] Crash on Load Layout [15182]
I have tested the sample MVVM and I have saved the layout with 4 new document and one document in a floatingWindow.When I ran the application again, without the documents, and I load the saved layout...
View ArticleNew Post: [Version 2.0] Create xaml layout for MVVM
I have a list of ViewModels to show as anchorable, they are of different types, for example ViewModelA and ViewModelB, I can make a single list for binding to AnchorableSource of the docking manager,...
View ArticleCommented Issue: NuGet Package [13611]
It would be great to have a nuget package for AvalonDock, so that we can reference it from our own nuget packages and break the dependency hell ;-)Comments: ** Comment from web user: adospace **...
View ArticleUpdated Wiki: Home
VERSION 2.0 Beta is Out! Hi all, beta release of AvalonDock 2.0 is published!Here you can find some key concepts of the new version. Version 2.0 Concept Project DescriptionAvalonDock is a WPF controls...
View ArticleCommented Issue: [Version 2.0] Crash on Load Layout [15182]
I have tested the sample MVVM and I have saved the layout with 4 new document and one document in a floatingWindow.When I ran the application again, without the documents, and I load the saved layout...
View ArticleNew Post: [Version 2.0] Create xaml layout for MVVM
I see what you mean, for this task I've already implemented a lockup mechanism based on the LayoutUpdateStrategy. In short, compose the layout as you prefer, give to any anchorable pane of interest a...
View ArticleNew Post: [Version 2.0] - upgrading 1.3->2.0. What happened to DockableContent?
DockableContent has been replaced by the Anchorable class, please look at the samples I've attached to the code to getting started with the new version, Ado
View ArticleCommented Issue: [2.0, Build 91213] Find a visual in undocked documents [15172]
Hi Ado,I've take the 91213 version and have developed your MVVM test application beyond recognition (I incorporated AvalonEdit and made a few (mostly housekeeping) changes in your initial test app- see...
View ArticleCommented Issue: [Version 2.0] Getting IsMouseOver working on...
I have made a theme and I want to change color or opacity of the element marked as PART_DockingManagerDropTargetLeft on MouseOver but the property IsMouseOver is always false.I'd like to have the...
View ArticleNew Post: [Version 2] Confused...
I basically want my window to consist of 2 flyout docked panels down the left side of the screen, and a TabControl filling the rest. Sounds simple... (and i'm sure it is!). I'm not completely there...
View ArticleNew Post: [Version 2] Confused...
a couple of questions: do you need floating windows able to dock inside the tabcontrol? or to the right of the main window?It seems like that you don't need at all AvalonDock, are you sure that...
View Article