New Post: LayoutAnchorable different color of title and title background (Tab)
How I can Change the Color for each tab part in the LayoutAnchorable by code? I have to mark LayoutAnchorable and LayoutDocuments tabs with content belongs together. Thanks for sugestions
View ArticleNew Post: How to divide and place ViewTemplates at the start of program?...
I have three views:FileViewTemplate (built-in ViewTemplate of AvalondDock)FileStatsViewTemplate (built-in ViewTemplate of AvalondDock)FeatureAreaViewTemplate ( I created it with Fawzi help . Now my...
View ArticleNew Post: [Version 2.0] Programatic LayoutAnchorable Causes Null Exception...
I have found the issue with this. On an add the current property settings are probably the cause. My issue occurred due to the IsActive Property being set to true before adding it to the screen. AKA My...
View ArticleNew Post: Layout persistance for individual windows
Hi, I'm building a modular application, in which modules can restore ther view states. For example, a plugin view will attach to the dock manager in that stage (or rather, it will attach itself to a...
View ArticleNew Post: Error on install from NUGet
Hi I have a problem installing the Avalon Dock from a nuget package I get the follow error below WPF\packages\Xceed.Products.Wpf.Toolkit.AvalonDock.2.8.15465.16500\tools\install.ps1:296 char:1[int]...
View ArticleNew Post: Moving docked pane when resizing adjecent pane
I have 2 LayoutAnchorablePane docked to the left side of the screen. What i want is when I resize the left most Pane (Explorer) the adjacent pane (Action Bar) remains docked to the Explorer but is...
View ArticleCreated Unassigned: Drag and Drop a LayoutAnchorable exception [17634]
When drag and drop a LayoutAnchorable from a side to the other side an object null exception had been threw.Suggest to fix this issue is add 1 more null check to...
View ArticleNew Post: [v2] Is there a Theme Editor GUI?
hi, i wanted to create a User Interface for altering/creating AvalonDock v2 themes... there are some default themes out and i wondered if there is already something like a UI to create a theme... but i...
View ArticleNew Post: [v2] Is there a Theme Editor GUI?
oh, and i saw something: the icons to indicate where i can dock my drag-ed item are not enabled in all themes -> why? i think altering the icons to fit the color-theme should be kind of easy?
View ArticleNew Post: LayoutDocumentPane height
I have 2 LayoutDocumentPanes within a LayoutDocumentPaneGroup but cant seem to set the heights of the panes. I want one taller than the other. How do you set the LayoutDocumentPane height via XAML?...
View ArticleCreated Unassigned: Win32Exception: The operation completed successfully [17646]
I occasionally see this exception, which proceeds to crash the entire application. I can't reproduce the bug reliably—it's a large application and I had left it running in the VS debugger overnight...
View ArticleNew Post: How to make LayoutDocument visible in XAML
Hi, I have a LayoutDocumentPane that has inside two LayoutDocument, how can I make the second visible in XAML preview during window editing? The only way I have found is to put the LayoutDocument I...
View ArticleCreated Unassigned: error occurs when using ExpressionDark Theme and...
Hi,I've downloaded the AvalonDock 2.0 source code and built the solution.Running AvalonDock.TestApp project in the solution, I've found an error..Only when using ExpressionDark or ExpressionLight Theme...
View ArticleNew Post: [Version 1.3] SaveLayout not saves layout completely
Hi. DockingManager.SaveLayout method don't save layout completely. Here is xaml<AvalonDock:DockingManager x:Name="dockManager"> <AvalonDock:ResizingPanel> <AvalonDock:DocumentPane...
View ArticleCreated Unassigned: Win32Exception: The operation completed successfully [17653]
When CanAutoHide = True, then the program will crash a few seconds after I hover over an auto hidden pane. I can simulate it always, problem is that it's a big project so I can't just give a part of...
View ArticleNew Post: Set auto to Bottom
Hello i am using AvalonDock LayoutAnchorablePane in my project.<avalonDock:DockingManager x:Name="AnchorSide" Margin="0,0,0,0" > <avalonDock:DockingManager.Theme>...
View ArticleNew Post: Set AutoHide to bottom
Hello i am using AvalonDock LayoutAnchorablePane in my project.<avalonDock:DockingManager x:Name="AnchorSide" Margin="0,0,0,0" > <avalonDock:DockingManager.Theme>...
View ArticleNew Post: Frame history from Docking Manager
Hello i display easily a page in a frame (WPF Application). Now on this page, I put a Docking Manager Control (Avalon Dock). I have to dynamically add pages to Docking manager as Tab. so I use the...
View ArticleCommented Unassigned: Win32Exception: The operation completed successfully...
When CanAutoHide = True, then the program will crash a few seconds after I hover over an auto hidden pane. I can simulate it always, problem is that it's a big project so I can't just give a part of...
View ArticleCommented Unassigned: Win32Exception: The operation completed successfully...
When CanAutoHide = True, then the program will crash a few seconds after I hover over an auto hidden pane. I can simulate it always, problem is that it's a big project so I can't just give a part of...
View Article