New Post: New tabs not getting focus
For Caliburn Micro I solved my problem by binding it to the ActiveItem:<avalonDock:DockingManager Grid.Row="1" x:Name="DockingManager" DocumentsSource="{Binding Items}" ActiveContent="{Binding...
View ArticleNew Post: Current state of themes?
As far as I understand, the Xceed version is developed by a different company and may be a fork of the 2.0 avalondock. Version 2.1 (and recently released 2.2) of Avalondock has some bugfixes and other...
View ArticleCommented Unassigned: Avalondock and Microsoft UITests issue [16348]
see attached video and discussion:https://avalondock.codeplex.com/discussions/450524Hi, so I was trying to create automated UITest in visual studio and found that the control targeting tool is not able...
View ArticleNew Post: [Version 2.0] AnchorableSource Updated Callback?
I'm using AvalonDock with Prism (and MEF) to build the modularized UI of my application:Prism/MEF loads modules from a folder with module dll files;Each module registers a tool pane to an...
View ArticleNew Post: [Version 2.0] How to get View for activecontent (ViewModel)
First of all thanks for this great framework. Now I ran across one problem I could not find a solution yet. I have set up an layout via databinding documents and toolwindows:<xcad:DockingManager...
View ArticleNew Post: Project and documentation status?
Hello, I'm new to AvalonDock and I have been searching the codeplex site, the google and anywhere else I can find for some sort of useful documentation. Instead, what I have found is:A bunch of...
View ArticleCommented Issue: Exception at DockingManager unload time...
By advance, excuse-me because I'm a new user of CodePlex (so I don't know how to report an issue), and because I'm... French, so my english can be bad very often !! YeWell, here's the issue:When a...
View ArticleNew Post: AvalonDock future?
Hi all, (and mainly avalondock developpers) I was wondering what is the future of Avalondock? When this project moved to xceed I was not sure of what might be the future of avalondock. The last...
View ArticleNew Post: AvalonDock future?
It looks like xceed is still maintaining AvalonDock, just not as a separate project. It appears to have been fully integrated into their extended WPF toolkit. The release notes for the community...
View ArticleNew Post: Project and documentation status?
It looks like xceed is still maintaining AvalonDock, just not as a separate project. It appears to have been fully integrated into their extended WPF toolkit. The release notes for the community...
View ArticleNew Post: Project and documentation status?
Well that seems lame. I don't want the entire wpf toolkit in my project, only AvalonDock. Can the dock part still be extracted on its own?
View ArticleNew Post: Project and documentation status?
Yes, the AvalonDock is contained in a separate assembly (Xceed.Wpf.AvalonDock if I remember correctly).
View ArticleNew Post: Project and documentation status?
Cool. Is the AvalonDock project still maintained in parallel or are they just maintaining the WPF Toolkit now?
View ArticleCreated Unassigned: Blank window at run time, design view okay. [16879]
New to AvalonDock ....Created a window and added custom controls to the AvalonDock document and panels. It all looks fine at design time in VS2012 but at run time nothing but a blank screen. I replaced...
View ArticleCommented Unassigned: Blank window at run time, design view okay. [16879]
New to AvalonDock ....Created a window and added custom controls to the AvalonDock document and panels. It all looks fine at design time in VS2012 but at run time nothing but a blank screen. I replaced...
View ArticleCreated Unassigned: AvalonDock - How to capture Maximize and Minimize event...
In my application, I want to capture the maximize and minimize or size changed event of the floating document. Please suggest if any event exists in avalonDoc for this purpose. Thanks,Dev
View ArticleNew Post: The LayoutAnchorable Can Not Show When It Is In LayoutRoot's Sides
Under is My Xaml Code, The LayoutAnchorable which named "L" can't not show its' content. As I Know it is because the Window's property AllowsTransparency being set as "True". But I have seen some...
View ArticleCommented Issue: Exception at DockingManager unload time...
By advance, excuse-me because I'm a new user of CodePlex (so I don't know how to report an issue), and because I'm... French, so my english can be bad very often !! YeWell, here's the issue:When a...
View ArticleCommented Unassigned: Null Pointer crash on unloading docking manager [16840]
Hi, I experience a crash with the docking manager when it gets unloaded. For one reason or another, the variable _autoHideWindowManager is null, so the call to HideAutoWindow in the...
View Article