Commented Issue: The version 2.0.0804 crashes on children count [15223]
I got a crash in LayoutRoot:It says _hiddenAnchorables = null; And other question, why 5+ ? public int ChildrenCount { get { return 5 + _floatingWindows.Count + _hiddenAnchorables.Count; } }Comments:...
View ArticleCommented Issue: [Version 2.0] Side panel with autohide enabled disappear on...
I Tested the latest build, to reproduce the problem, 1) run the sample TestApp, 2) pull out the "Document 1" and "Document 2" outside the window in flyout window,3) UnPin the AutoHide button of the...
View ArticleCommented Issue: [2.0] anchorable visibility [15213]
There is no link between LayoutAnchorable.IsVisible and LayoutItem.Visibility. I can't say for sure that there should be, however in the MVVMTestApp, this causes manual closing of the tool to not...
View ArticleCommented Issue: [verion 2.0] Autohiding anchorables does not store size...
I think that autohiding anchorables uses FloatWidth/FloatHeight to determine size of the sliding control.However, when autohiding anchorable is resized, the information is not reflected to the model.TO...
View ArticleCreated Issue: Children structures do not work properly. [15232]
Let's say that I have this project:LayoutDocumentPane centralLayout = new LayoutDocumentPane();LayoutAnchorGroup leftLayout = new LayoutAnchorGroup();LayoutAnchorGroup rightLayout = new...
View ArticleCommented Issue: [2.0] Floating window theme affects contents [15190]
Using the VS2010 theme, when you float a document, the foreground (white) bleeds into the document. Therefore, any template which may be floated must explicity set its foreground and background, or it...
View ArticleCommented Issue: Children structures do not work properly. [15232]
Let's say that I have this project:LayoutDocumentPane centralLayout = new LayoutDocumentPane();LayoutAnchorGroup leftLayout = new LayoutAnchorGroup();LayoutAnchorGroup rightLayout = new...
View ArticleSource code checked in, #91785
Build 2.0.0832 - Introduced CanClose and CanHide properties
View ArticleCommented Issue: Aero Snap disables docking functionality [15214]
Undock an anchorable.Try to dock it to an anchorable group on the side of the screen.If you accidentaly hit the side of the screen while dragging with the mouse, you cannot dock it to the group (or...
View ArticleCommented Issue: [Version 2.0] LayoutFloatingWindow ContextMenu Problem [15186]
On the FloatingWindow when I right click on the title bar the first time appear the right docking context menu, but if I move a little and right click again (the current context menu is still opened)...
View ArticleCommented Issue: [Version 2.0] Crash on Load Layout [15182]
I have tested the sample MVVM and I have saved the layout with 4 new document and one document in a floatingWindow.When I ran the application again, without the documents, and I load the saved layout...
View ArticleNew Post: [Version 2.0] Tab control with a tab control
I have a screen which is a tab control in which each tab contains docking panels on the left, top and right sides and then another tab control in the middle. I was able to build this layout with...
View ArticleNew Post: [Version 2.0] First start with this version
Hello, I would like to use the tutorial but It seems that my project does not recognize "avalondock:ResizingPanel". Does this component have been replaced or... Do I forgot de reference something?...
View ArticleNew Post: [Version 2.0] First start with this version
I believe the tutorials are for Version 1.3, so you may have the dll's for V2 with the tutorial for V1.3 and the two versions are very different.
View ArticleNew Post: [Version 2.0] First start with this version
In the Version 2.0 there are no more ResizingPanels, you can see the samples that are distributed with the source code. You must use LayoutPanel, LayoutAnchorablePaneGroup, LayoutAnchorablePane,...
View ArticleCreated Issue: [Version 2.0] CanClose and CanHide not works right on...
In the LayoutDocument can be used only the CanClose property, if this property is False, it's not possible to close this document (there isn't the menu item in the context menu and there isn't the x...
View ArticleNew Post: [Version 1.3] How do I dock a DockableContent in default predefined...
Hi, all, Suppose I have my View which consist of DockManager, which in turn, has one ResizingPanel and a DocumentPane, like this: <ad:DockingManager Name="dockManager">...
View ArticleNew Post: [Version 2.0] First start with this version
Thank you very muck, it works well. By the way, what's the meaning of Dockwidth. Nothing happens when I change the value in: <avalonDock:LayoutAnchorablePane DockWidth="100"> Regards
View ArticleCommented Issue: Children structures do not work properly. [15232]
Let's say that I have this project:LayoutDocumentPane centralLayout = new LayoutDocumentPane();LayoutAnchorGroup leftLayout = new LayoutAnchorGroup();LayoutAnchorGroup rightLayout = new...
View ArticleNew Post: [Version 1.3] How do I dock a DockableContent in default predefined...
Sorry for inconvience, the problem has been solved. I should have looked to AvalonDock samples, not the unknown sample from Internet.
View Article