Commented Issue: [2.0] Achorable pin always shows 'pinned' state for generic...
Achorable pin always shows 'pinned' state for generic theme regardles of actual state of pane.Comments: ** Comment from web user: adospace ** Fixed in latest build, thx
View ArticleCommented Issue: Crash with floating windows after layout loading [15386]
1. Start the MVVMTestApp2. Float the "File Stats" tool3. Save the layout4. Load the layout5. Now the tool is at the different position !6. Close the floating window7. Exception in...
View ArticleCommented Issue: [Version 2.0] Crash on AutoHide closing on Navigation based...
I have an application based on a Navigation Model, like the sample that I have attached, the AvalonDock crash when i open an autohide anchorable, setting the focus on it (in this way it remain open...
View ArticleNew Post: How to load a WPF Window as a DockingTab / LayoutAnchorable.
But how? please give me an sample code. Thanks.
View ArticleCommented Issue: Crash with floating windows after layout loading [15386]
1. Start the MVVMTestApp2. Float the "File Stats" tool3. Save the layout4. Load the layout5. Now the tool is at the different position !6. Close the floating window7. Exception in...
View ArticleNew Post: [Version 2.0] Multiple anchorable regions
Well, the code above uses the Name of the panels to decide to put them there or not. But those panels get removed when they not populated. So if later in the application's lifetime new viewmodels...
View ArticleNew Post: [Version 2.0] prism 4.1
Hi all, Does anyone have a simple example application combining prism 4.1 and avalondock 2.0 ? thanks
View ArticleNew Comment on "GettingStarted"
при добавлении documentContent панели из нативного кода после сохранения не хочет снова востанавливать??! не подскажите
View ArticleNew Post: [Version 2.0] How do I set Min Size and Default Size of Floating...
With the MVVM pattern, how do I Set the default size of a floating window according to the type of ToolViewModel? At the moment they get differnt sizes depending on where they were docked. Set the...
View ArticleNew Post: [Version V2] how to change V 1.3 code to V2.0
Hi, I started to use V2 , can any one help me to convert V 1.3 code to V 2.0, when i use LayoutDocumentPane instead of DocumentPane i dont see event, which i was using before like SelectionChanged...
View ArticleNew Post: Migration help needed from V 1.2 to 2.0
Hi, Is there any document or tutorial, where we can get help to convert my Application from V 1.2 to V 2.0, there are major changes in Avalon Dock, but due to ensufficient information , getting stuck...
View ArticleNew Post: How to load a WPF Window as a DockingTab / LayoutAnchorable.
I don't have understood what you exactly mean, could you post your sample code?
View ArticleCommented Issue: [Version 2.0] Crash on AutoHide closing on Navigation based...
I have an application based on a Navigation Model, like the sample that I have attached, the AvalonDock crash when i open an autohide anchorable, setting the focus on it (in this way it remain open...
View ArticleNew Post: [Version 2.0] Null command parameters
I have a style that sets CloseCommand to a property on the main application view model...<Setter Property="CloseCommand" Value="{Binding...
View ArticleNew Post: How to load a WPF Window as a DockingTab / LayoutAnchorable.
I used this to design WPF windows as DockableContents with the Version 1.3. <ad: DockableContent></ad:DockableContent> But after upgrading to Version 2 I tried this ->...
View ArticleNew Post: How to load a WPF Window as a DockingTab / LayoutAnchorable.
Please follow the sample projects attached to download solution. In general you can replace the DockableContents with LayoutAnchorables but it's not just the same thing. The DockableContent was...
View ArticleCommented Issue: [Version 2.0] Crash on AutoHide closing on Navigation based...
I have an application based on a Navigation Model, like the sample that I have attached, the AvalonDock crash when i open an autohide anchorable, setting the focus on it (in this way it remain open...
View ArticleNew Post: [Version 2.0] how to change backcolor of LayoutDocument
Hi , i want to chnage back color of, i want to chnage title background color. LayoutDocument. Thanks
View ArticleNew Post: [Version 2.0] how to change backcolor of LayoutDocument
Found solution. Need to change in "ItemContainerStyle" <setter.Value> <Style TargetType="{x:Type TabItem}"> <Setter property="Foreground" Value ="Red"> .... ... Thanks
View Article