New Post: [Version 2.0] Dock/Undock/Float properties/events? What to catch or...
adospace wrote: Hi, I'm afraid that such events are not available in current version, I'll work to add them in the short time. Just curious, why the toolbar should have a different behavior when...
View ArticleNew Post: [Version 2.0] IconSource binding is not working
In the AvalonDock.MVVMTestApp sample application the IconSource binding is not working. public FileStatsViewModel() :base("File Stats") { ... BitmapImage bi = new BitmapImage(); bi.BeginInit();...
View ArticleCreated Issue: Automatic creation of LayoutDocumentPanes [15748]
I don't use any LayoutDocumentPanes - only LayoutAnchorablePanes. If the last floated LayoutAnchorablePane is closed, a new LayoutPanel is created with a LayoutDocumentPane automatically. Can we either...
View ArticleCreated Issue: Can't dock into middle of DockingManager [15749]
Given a basic initial setup of: I can create a new floating window. The user can then drag it to the sides of the window, but not into the middle. Any reason for this? Can Avalon be modified to support...
View ArticleCreated Issue: Close button on floated windows actually hides the window [15750]
It was a bit surprising to find that trying to close a floating window actually hides it. I've since changed our custom theme to close instead of hide, and added a CloseWindowCommand to the...
View ArticleCreated Issue: Crash if AutoHide without...
If there is no LayoutDocumentPane or LayoutDocumentPaneGroup, any call to GetSide (in Extentions.cs) will fail. This causes a crash if I try to AutoHide a docked window with the following structure:
View ArticleNew Post: [Version 2.0] MVVM multiple views loaded via user controls
First of all, Good effort on AvalonDock. Looks great and provides a great framework from which to build rich UI applications. Secondly, I have a question in relation to multiple Views being loaded...
View ArticleCreated Issue: Loading twice the controls, the first time parent window null...
In my test application I see that the controls inside a document are loaded twice and the first time the parent window is null, the problem is derived from the changset 95821 with the modification of...
View ArticleNew Post: [Version 2.0] MVVM multiple views loaded via user controls
Thought the code snippet might help, In the LayoutItem.cs file, we have modified below line of code which was originally Model = model.Content // Modified code : Added casting with UserControl as...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
First, I'm sorry for my english. I can't speak english well. I downloaded a patch file and applied a patch. But there are some missing files. Would you send to me the full source? I really want to...
View ArticleNew Post: Deserialization, x:Name and Show/Hide panes
Hi again Here is a litlle project to demonstrate what I do. http://temp-share.com/show/KdPf6LC3h There's already a .config file, with a layout - different from initial layout - serialized, so...
View ArticleNew Post: Deserialization, x:Name and Show/Hide panes
Hi, I had trouble with this but I think you have to use the following: var window = dockManager.Layout.Descendents().OfType<LayoutAnchorable>().Single(a => a.ContentId ==...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
The patch I sent is just a brief and incomplete sample on a way it might be possible to do it, it also has a bug in it that will mess up your AnchorablePanes Its far from being complete, I'm still...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
I just checked the patch and noticed I indeed forgot a file, heres the source code for that file if you wanna check it out // TabContent.cs, version 1.1 // The code in this file is Copyright (c) Ivan...
View ArticleNew Post: [Version 2.0] How to travers DockingManager and find LayoutContent?
Hello I am new in AvalonDock and also new in .net so maybe I am asking obvies question.But I am not able to find way how to travers thru DockingManager and find my Content.For example if I create new...
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
I haven't noticed this discussion before. I have already posted the hungarian translation as a patch, but here it is...
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
drake2k wrote:The patch I sent is just a brief and incomplete sample on a way it might be possible to do it, it also has a bug in it that will mess up your AnchorablePanesIts far from being complete,...
View ArticleSource code checked in, #97076
Build 2.0.1691 - Fixed #15745, Added ExpressionLight theme, Support for Hungarian language
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
Hungarian language support released on latest build, thx, Ado
View Article