New Post: Multiple DockManagers
Hi, Is it possible to drag a LayoutAnchorable from one DockManager to another, or alternatively share a static instance of DockManager in some way?
View ArticleCreated Unassigned: Reopen clos ed floating window after TAB change [16509]
Hello,I have an issue.When I try to reopen a closed floating window, after a Tab change, I get an exception.I have added an example of this behaviour.To reproduce, go to the second tab.Set the...
View ArticleNew Post: [Version 2.0] Hosting DockingManager in a TabControl with floating...
I am having the same problem. I have created a workitem for this problem with a working reproduction of this issue (https://avalondock.codeplex.com/workitem/16509). Does anybody have a workaround or a...
View ArticleNew Post: AvalonDock and ContentControl
Hello! I am using AvalonDock in a MVVM-based application. This has some Viewmodels and loads the corresponding controls out of a datatemplate:<Window.Resources> <ResourceDictionary>...
View ArticleNew Post: AvalonDock and ContentControl
Hello, I could solve this by putting the DataTemplate directly in the ContentControl-Resources. Works for now. Regards, Joerg
View ArticleCommented Unassigned: [Version 2.0] Initialization Issue through COM [16285]
Hello, As mentioned in Discussionhttps://avalondock.codeplex.com/discussions/443240andhttps://avalondock.codeplex.com/discussions/446010there seems to be an issue with AvalonDock 2.0 when used through...
View ArticleNew Post: How to add a LayoutAnchorable to the bottom side of the application?
I'm using version 2.x and how its done is using <xcad:LayoutRoot.BottomSide>. Put it below your </xcad:LayoutPanel>
View ArticleNew Post: [Version 2.0] Hide Context Menu (Triangle)
You can define your own:<xcad:DockingManager.AnchorableContextMenu> <ContextMenu> <MenuItem Header="Float" Command="{Binding Path=FloatCommand}"/> <MenuItem Header="Dock"...
View ArticleNew Post: [Version 2.0] Hosting DockingManager in a TabControl with floating...
Hi MarkoVermeer Sorry, I neglected to mention before that I have also created a workitem for this issue (https://avalondock.codeplex.com/workitem/16355), but it seems that yours is attracting more...
View ArticleNew Post: AutoHidden panes never show again
Hi, I'm using the DockingManager to place various panes. If I click on the pin locking a pane in place, it is collapsed and it's title is dispayed at the corresponding edge of the window. But I can...
View ArticleNew Post: Separately Docked Windows
I have 7 different view models that all need to be displayed in different LayoutAnchorable windows. I don't want them to start out tabbed. Ideally, I would like to have a flexible layout, not just 7...
View ArticleNew Post: Border thickness consistency between LayoutAnchorablePaneGroup and...
I'm having a problem with border inconsistency between LayoutAnchorablePaneGroup and LayoutDocumentPaneGroup. There is a border at the bottom of the AnchorablePane but not one on the DocumentPane. I...
View ArticleNew Post: [Version 2.0] Prevent LayoutDockablePane from being docked as document
Hi, Is there a way to prevent a LayoutDockablePane item from being docked as a document? Thanks
View ArticleNew Post: [2.0.2] Problem to get the right Active Content, if window is floating
Hello, how can i get the right active content from DockingManager, if the document is floating? To get the issue make the following steps: 1) Start the AvalonDock.TestApp from the AvalonDock sources 2)...
View ArticleNew Post: Border thickness consistency between LayoutAnchorablePaneGroup and...
Not really helping you but I noticed this problem too (mesured 2px difference) and it bother me but I didn't managed to fix it actually. I noticed the margin difference between the tab panel in...
View ArticleNew Post: LayoutUpdateStrategy always provide null destinationContainer
I have implemented ILayoutUpdateStrategy but I can't get a valid destinationContainer in the "BeforeInsertAnchorable" method. Then I wonder how can I setup the DockWidth or DockHeight property? And I...
View ArticleNew Comment on "AvalonDock 2.0 Getting Start Guide"
The code does not compile in VS2010, it cannot find a reference to the Docking Manager in codeplex.
View ArticleNew Post: LayoutUpdateStrategy always provide null destinationContainer
I figured out how to achieve almost everything I wanted. In the method "BeforeInsertAnchorable" I simply call anchorableToShow.AddToLAyout(). And to change DockWidth and DockHeight I have modified...
View ArticleNew Post: Hide or Remove the LayoutDocument Tabs?...
Hi, I want to hide the Tabitems in the LayoutDocumentPane, because I will be using MS Ribbon to show/hide LayoutDocument's and Prism Regions to Inject Views. Also will be using one of the...
View ArticleNew Post: Hide or Remove the LayoutDocument Tabs?...
I knew to copy the generic them, but I was doing everything except making the DocumentPaneTabPanelHidden. Came to me after dreaming it over last night:<xcad:DocumentPaneTabPanel x:Name="HeaderPanel"...
View Article