New Post: [Version 2.0] Document displayed ?
DockingManager exposes a DocumentsSource property. I'm looking for a bindable property to know the current displayed document (active or not). I guess I can do it with at worst with ActiveContent +...
View ArticleNew Post: [Version 2.0] Document displayed ?
The ActiveContent gives you the active content (Anchorable or Document) that has the focus. The DocumentClosing event is fired when user is about to close a document, Ado
View ArticleCommented Issue: [2.0] Can't close floating window after restoring from...
Steps to reproduce:1. Run the AvalonDock.TestApp project.2. Drag a ToolWindow into is own floating window.3. Minimize the main application (this minimizes the tool window as well).4. Restore the...
View ArticleNew Post: Version 2 release date
Hi folks Is there any news on a release date for version 2? Thanks
View ArticleNew Post: I can't use save/load layer?
I try to use save/load layer,but when i restore layer is not content in dockcontent. and flow release 2.0,there is not found shwoNavigatorWindow function?
View ArticleCommented Issue: AnchorableCloseCommand not firing? [14838]
Hi -- the AnchorableCloseCommand doesn't seem to be working (when closing an Anchorable) -- the DocumentCloseCommand does fire (using it exactly the same way), so just wondering if this is something on...
View ArticleNew Post: [Version 2.0] AnchorableCloseCommand
adospace wrote Apr 11 at 7:54 PM By default the x button fires the AnchorableHideCommand, the dropdown menuitem the AnchorableCloseCommand,(depending on the theme loaded)so i've bound both hide and...
View ArticleNew Post: How a View must be to appears in a Docking Manager?
Thanks for reply. I use AvalonDock with WAF for a LOB project. The WAF use IoC mechanism for creating ViewModels with Injection dependencies in constructor of ViewModels. I ask this question from they,...
View ArticleNew Post: [Version 2.0] Document displayed ?
These property and event's naming are clear ;) But with them, there is a case painfull to cover : 3 or more documents opened, select the first, select the last, and then select an Anchorable. Now,...
View ArticleCreated Issue: [2.0] Resets selection of document content control when...
Steps to reproduce:1. Run the AvalonDock.MVVMTestApp project.2. Create a new document ("File" --> "New")3. Enter some text and select substring in it.4. Create a new document ("File" --> "New")5....
View ArticleCommented Issue: [2.0] Resets selection of document content control when...
Steps to reproduce:1. Run the AvalonDock.MVVMTestApp project.2. Create a new document ("File" --> "New")3. Enter some text and select substring in it.4. Create a new document ("File" --> "New")5....
View ArticleNew Post: [Version 2.0] AnchorableCloseCommand
Hum, I think you need to hande both commands, because they are used for different purposes. The hide command put the content in the DockingManager.Layout.Hidden collection and saves the previous...
View ArticleNew Post: [Version 2.0] AnchorableCloseCommand
Thanks, now i understand the difference between hide and close. Daniel
View ArticleNew Post: [Version 2.0] Document displayed ?
I vote for ActiveDocument as well, except I would name it SelectedDocument.If there's ItemsSource property, which generates items and item can be selected, there should be SelectedItem property as...
View ArticleNew Post: [Version 2.0] Document displayed ?
Understand your problem, but consider that there can be more than one selected document when more than one document pane are displayed. Also the active/selected content can be a document or an...
View ArticleNew Post: [Version 2.0] How a View must be to appears in a Docking Manager?
I don't know the WAF framework but I'm you can always replace default theme styles for LayoutAnchorableControl and LayoutDocumentControl injecting your custom view that integrates with WAF, Ado
View ArticleCommented Issue: [2.0] Can't close floating window after restoring from...
Steps to reproduce:1. Run the AvalonDock.TestApp project.2. Drag a ToolWindow into is own floating window.3. Minimize the main application (this minimizes the tool window as well).4. Restore the...
View ArticleCommented Issue: [2.0] Can't close floating window after restoring from...
Steps to reproduce:1. Run the AvalonDock.TestApp project.2. Drag a ToolWindow into is own floating window.3. Minimize the main application (this minimizes the tool window as well).4. Restore the...
View ArticleNew Post: Version 2 release date
Hi,This week I'm planning to release the beta version that I consider production-ready but not yet fully featured. I'm reasonably sure to make a final version by the end of May, Ado
View ArticleSource code checked in, #90662
Build 2.0.0545 - Fixed #15036,#15049,#15042,#15034, added LayoutAnchorable.AddToLayout() method
View Article