New Post: AvalonDock 2.0 - PRISM Integration
I may be wrong, but doesn't navigation is used to activate (make visible) a view already added to a region? By closing the tab, a piece of code will execute (the Views_CollectionChanged method in the...
View ArticleCreated Issue: [AvalonDock 2.0] Vs2010 Theme Anchorable TabItem rounded...
The first tab is not rounded correctly bottom left using the VS2010 ThemeChanging line 379 from :<Setter Property="Margin" Value="-1,-2,-1,0"/>to<Setter Property="Margin"...
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
Russian translation: <data name="Anchorable_AutoHide" xml:space="preserve"> <value>Скрывать Автоматически</value> </data> <data name="Anchorable_BtnAutoHide_Hint"...
View ArticleNew Post: Is there an Avalondock 2.0 example for Winforms?
Hi My boss would like our Winforms app to be as customisable as the VS 2010 GUI, with dockable & movable tabs etc. He asked me to look at Avalondock but as far as I can tell it means we will have...
View ArticleNew Post: [Version 2.0.1320.0] Saving/Restoring LayoutAnchorablePane's...
In my application, the AD doesn't have a LayoutDocumentPane. It only has multiple LayoutAnchorablePanes which, when docked, occupy the entire DockingManager. I need to save the state...
View ArticleCreated Issue: [Version 2.0] Missing feature from 1.x,...
Hi,In previous versions, there was a property on the DocumentPane class that allowed to collapse the Header: DocumentPane.ShowHeader.Creating the same effect in 2.0 is not possible unless I override...
View ArticleCreated Issue: PreviousContainerId causing error on layout load [15627]
I was able to create this issue in my local application as well as the MVVM demo in the samples.I'm getting an error when I load my layouts saying that the pane with ID (enter guid here) does not...
View ArticleCommented Issue: PreviousContainerId causing error on layout load [15627]
I was able to create this issue in my local application as well as the MVVM demo in the samples.I'm getting an error when I load my layouts saying that the pane with ID (enter guid here) does not...
View ArticleNew Post: Is there an Avalondock 2.0 example for Winforms?
Avalon Dock would be perfect for your needs! There are WinForms Ribbons out there but no doubt your probably looking at converting to WPF at some stage anyway. The good news is that you do not have to...
View ArticleCreated Issue: [2.0.1452.0] ContextMenu not appearing [15636]
I've a user control assigned to a LayoutAnchorable.The user control contains a TreeView and a ContextMenu is assigned to its items.If I start the application the ContextMenu doesn't appear (right mouse...
View ArticleCommented Issue: [Version 2.0] Missing feature from 1.x,...
Hi,In previous versions, there was a property on the DocumentPane class that allowed to collapse the Header: DocumentPane.ShowHeader.Creating the same effect in 2.0 is not possible unless I override...
View ArticleCommented Issue: [Version 2.0] Restore floating windows on navigation based...
I have a navigation based application, as in the sample attached, I need to navigate between different pages that have inside them a docking manager (1 docking manager for each page).If I open the...
View ArticleCommented Issue: Odd Issue With Alt Key [15633]
Ok, I don't know quite how to put this.Let me start by saying how it happened. When I upgraded my Avalon Dock from 2.0.1368 to 2.0.1433 (the latest version on NuGet as of this writing (2.0.1438 never...
View ArticleCommented Issue: [Version 2.0] Restore floating windows on navigation based...
I have a navigation based application, as in the sample attached, I need to navigate between different pages that have inside them a docking manager (1 docking manager for each page).If I open the...
View ArticleCommented Issue: [2.0.1452.0] ContextMenu not appearing [15636]
I've a user control assigned to a LayoutAnchorable.The user control contains a TreeView and a ContextMenu is assigned to its items.If I start the application the ContextMenu doesn't appear (right mouse...
View ArticleCommented Issue: [Version 2.0] Restore floating windows on navigation based...
I have a navigation based application, as in the sample attached, I need to navigate between different pages that have inside them a docking manager (1 docking manager for each page).If I open the...
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
Keep up the good work! Here's my Swedish translation: <data name="Anchorable_AutoHide" xml:space="preserve"> <value>Dölj automatiskt</value> </data> <data...
View ArticleCommented Issue: [2.0.1452.0] ContextMenu not appearing [15636]
I've a user control assigned to a LayoutAnchorable.The user control contains a TreeView and a ContextMenu is assigned to its items.If I start the application the ContextMenu doesn't appear (right mouse...
View ArticleCommented Issue: LayoutAnchorablePanes garbage collected when...
The version I have is 2.0.1385. I mentioned this issue in [discussion:393997] To reproduce, modify the MVVMTestApp so that Workspace.Tools is an ObservableCollection<ToolViewModel>, and add...
View ArticleNew Post: AvalonDock 2.0 - PRISM Integration
Well like you said, you probably need to dispose of your viewmodel when the tab gets closed. There is probably some handler of a some kind of reference that is keeping it alive and therefore since it's...
View Article