New Post: [Version 2.0] Detect visibilty
Well, i don't mind rendering all floating windows, but i have no idea if the floating window or not .. i only know if it's selected or not, and if it's not selected, it's covered by another tab, and if...
View ArticleNew Post: [Version 2.0] How to restore layout?
I think this feature is implemented, because I load my layouts in a very similar way and don't have any problems. The only difference there may be is that I clear the current list of my tool...
View ArticleCommented Issue: [Version 2.0] Focus problem with buttons [15976]
Hi all,it seems that there is an general problem with setting the focus on controls. If you can have a look on this disussion: http://avalondock.codeplex.com/discussions/428054 you will find a small...
View ArticleCreated Issue: ActivateContent property not update after floating window...
On AvalonDock version 2.0.1771.Use case, testable in AvalonDock.MVVMTestApp too:1. Create 2 Documents.2. Detach one of them so it will become a floating window.3. Close floating windowThe property...
View ArticleNew Post: [Version 2.0] Focus and buttons
I'm pretty sure this zebra here is right! Toolbars and menus have an own focus scope, and they are giving me the weirdest behavior.
View ArticleNew Post: [Version 2.0] Hide Context Menu (Triangle)
It would be nice to have the option to remove the context menu. Or to set it to null so it would remove triangle at the same time.
View ArticleNew Post: [Version 2.0] Hide Context Menu (Triangle)
There are a few ways to remove the context menu and the triangle.First easy way to remove the context menu is at the level of the DockingManager <avalonDock:DockingManager...
View ArticleNew Post: [Version 2.0] Hide Context Menu (Triangle)
The best way to remove the triangle is to change the style of the DropDownButton Visibility as follow.First Create a NuyllToVisibilityConverter.if the object is null return Visibility.Hidden if not...
View ArticleNew Post: [Version 2.0] Binding title
I found this threadhttp://avalondock.codeplex.com/discussions/390255And got this far thanks to info found there.<avalonDock:DockingManager.LayoutItemContainerStyle><StyleTargetType="{x:Type...
View ArticleCreated Issue: Serializing layout with prism [15995]
I'm trying to reload a previously serialized layout of my window, while Prism regions are in use.As far as I can see the information about the regions is not serialized into the XML file, and...
View ArticleNew Post: problem restoring layout with prism
Is there any solution now for this issue?Thank you.
View ArticleNew Post: [Version 2.0] Binding title
I got the Title fixed, now I have a different question. Do i really need to implement a template selector?I want to use the same template for all items because I use caliburn micros autobinder to find...
View ArticleNew Post: Pin status gets lost in layout restore
In the MVVM example it remembers the Pin status, but in my App it only remember the docking position, all panels are pinned. I cnat find the code in the MVVM example that makes it remember the...
View ArticleNew Comment on "AvalonDock 2.0 Getting Start Guide"
How can I create a LayoutAnchorable (it's an error window) that is not auto-hide, is visible, and is initially docked at the bottom of the LayoutRoot?
View ArticleNew Post: Pin status gets lost in layout restore
I've found the problem, If I in the MVVM example move the deserialization to the OnINit mehtod I get the same behavior as in my app.When in the lifetime of the Window should I deserialize?
View ArticleNew Post: Pin status gets lost in layout restore
Sorted that problem out, but man, its ultra slow. IT takes over a second to deserliaze the layout. Thats not acceptable. Anyway of improving the speed?
View ArticleCreated Issue: [Version 2] Object reference exception when closing an...
1. I set the app to load the layout if the file exists and save layout on exit2. I add two anchorable panes, change their places and close the application3. When I restart the app, the panes get loaded...
View ArticleNew Comment on "AvalonDock 2.0 Getting Start Guide PART 2"
How do we bind the layout of a DockingManager to a property on a view-model? My goal is to load a layout when our "project file" is opened, but I can't find an event or property that loads the layout...
View ArticleNew Comment on "AvalonDock 2.0 Getting Start Guide PART 2"
For more info, my question on stackoverflow is at http://stackoverflow.com/questions/14585556/how-do-i-automatically-load-a-layout-into-my-avalondock-instance
View ArticleNew Post: How do I automatically load a layout into my AvalonDock instance
I have integrated AvalonDock 2.0 into my application. I've bound the document and anchor-able sources to my view-model which are rendered with the proper user controls via DataTemplates.I can load and...
View Article