New Post: How to load a WPF Window as a DockingTab / LayoutAnchorable.
Hi ado, In your sample, all tabs (same to my windows) are designed in the same window. But I have more than 20 windows in my project. Is it possible to design all of those windows inside one window?...
View ArticleNew Post: [AvalonDock 2.0] FinalizeFocusManagement Document Memory Leak
Hi, There appears to be a memory leak when closing tabbed documents. When closing the active document it is removed from the static dicitionary _modelFocusedElement in the FinalizeFocusManagement...
View ArticleCreated Issue: RightToLeft is not supported [15390]
Hi,We try to use AvalonDock 2.0 in our application which use RightToLeft flow direction but it did not work.We currently see two symptoms:1. When dragging either document or anchorable content on the...
View ArticleNew Post: [AvalonDock 2.0] FinalizeFocusManagement Document Memory Leak
Thanks for the critical issue report, I'll fix it ASAP,Ado
View ArticleNew Post: [AvalonDock 2.0] FinalizeFocusManagement Document Memory Leak
Sounds good Ado. I was going to submit a patch as I was thinking the FinalizeFocusManagement.RefreshDetachedElements() could be called when a document close is detected. Though I`ve not looked at the...
View ArticleNew Post: [Avalong Dock 2.0] Docking Manager within a LayoutDocument in...
Hi all, I am trying to get a docking manager within each document that is being created. Each document will act as a scenario, and within each document (scenario), there will be 2 anchorablepane. I...
View ArticleNew Post: [2.0] AvalonDock.MVVMTestApp ActiveDocument events notification not...
Hello, I'm a bit new to the whole AvalonDock. I'm impressed with the work done in the beta and the activity. Much kudos to all of the contributors. What I'm trying to figure out is the...
View ArticleNew Post: DocumentsSource & Order
Hi again I just noticed that DocumentsSource is not updated on document closing. My document are still in the source collection after click on close cross, and not displayed on the screen ... normal? :|
View ArticleNew Post: DocumentsSource & Order
DocumentsSource is not updated by the manager, you should handle the Close command and remove the document by your self, Ado
View ArticleNew Post: [Version 2.0] Empty LayoutAnchorablePanes are visible when first...
Since no one has responded I went ahead and found a simple workaround... private void mainWindow_Loaded(object sender, RoutedEventArgs e) { dockManager.Layout.CollectGarbage(); }
View ArticleNew Post: [Version 2.0] Null command parameters
I ended up creating a MultiValue converter that would take a binding and create a command that calls on the bound object the method indicated by the parameter. Additional bindings are treated as...
View ArticleCreated Issue: Issue when closing active document [15393]
There is an issue when closing the active document the dependency property of the DockingManger ActiveContent becomes null instead of the last selected tab
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.0] How to bind a layoutanchorable to a single view model?
Hi All, I have been working pretty hard for the past week to try to migrate from 1.3 to 2.0. I face two challenge right now, how to place a docking manager within a template for a document. (ie, each...
View ArticleCommented Issue: [Build 2.0.1045] Mixed vertical and horizontal splitting...
1. Open MVVM Test app2. Create 3 new documents3. Grab on document and dock it to split horizontally4. Now you have 1 document on one side and 2 (tabbed) on the other side5. Grab one of the documents on...
View ArticleCommented Issue: [Build 2.0.1045] Mixed vertical and horizontal splitting...
1. Open MVVM Test app2. Create 3 new documents3. Grab on document and dock it to split horizontally4. Now you have 1 document on one side and 2 (tabbed) on the other side5. Grab one of the documents on...
View ArticleCreated Issue: [Version 2.0] Restore floating windows on navigation based...
I have a navigation based application, as in the sample attached, I need to navigate between different pages that have inside them a docking manager (1 docking manager for each page).If I open the...
View ArticleNew Post: [Version 2.0] Prism Region Adapter
Vaccano, this is great. I had something like <local:PanesTemplateSelector.DocumentTemplate> <DataTemplate> <ContentControl x:Name="DocumentRegion"...
View ArticleNew Post: Resizing panel properties
Hi I have specified resizing panels inside dock panels i wish to remove that close button for that resizing panel how to do it ? Below is my code <ad:DockingManager Visibility="Visible"...
View ArticleNew Post: [Version 1.3] DocumentContent vs DockableContent
I have read that in another discussion : The main difference [between DocumentContent and DockableContent] is that when you drag a document content it can be docked only in to a border of a...
View Article