New Post: AvalonDock projects
Hi Multithreaded, I have a similar request. I need to present a proof of concept for the UI this week and I liked your design very much. I am new to AvalonDock. I would appreciate it if you could share...
View ArticleNew Post: Docking Within Tabs?
Ever got it to work? im trying to achieve the same thing.
View ArticleNew Post: Trace messages in Visual Studio output
I'm noticing the same thing, I've also downloaded the source and recompiled the library in release but running my application in debug avalondock is still verbose. From the lack of reply I'm assuming...
View ArticleNew Post: Merge AvalonDock and Themes together problem
Hi, I'm trying to merge AvalonDock and 3 Themes projects to same project (ex: Lib.Avalon), in order to use AvalonDock in my main project. But, when I create an LayoutAnchorable and AutoHide is true....
View ArticleNew Post: problem for set LayoutAnchorable floatingWidth
I have a problem with setting width for layoutAnchorable that show as float by code below : var rightBar = DockingManager.RightSidePanel.Children[0].Children[0].Model as LayoutAnchorable; if (rightBar...
View ArticleCreated Unassigned: Dock/Float Event [16733]
I have an anchorable pane with datagrid. My requirement is to hide some column when it pane is floating.I am not able to find any event which fires whenever windosdock/float. Therefore not sure how to...
View ArticleNew Post: Docking Extension for Prism
After several years of lurking around these forums, I feel it is time I give something back :) I have published my AvalonDock Docking Manager Prism extensions to...
View ArticleNew Post: use english menu items on german pc
Is it supposed to work with the latest version 2.0.2? I have assembly not found exception on this line and cannot find the proper working assembly reference:...
View ArticleCommented Unassigned: x86 build configuration throws win32 exception:...
Because of my client's dependencies, I need to build the app containing avalondock as x86. When I place my user control (contains dockingmanager) inside a LayoutAnchorGroup for the LeftSide I get win32...
View ArticleNew Post: Navigator Window has black overlay
Hello, I have problem with Navigator Window (after pressing Ctrl-Tab). Using latest AvalonDock 2.0.2000 with Aero theme. Cannot find out the reason... It shows black overlay which does not look well.
View ArticleCommented Unassigned: How to hide/show datagrid column on Dock/Float Event...
Hi,I am new to AvalanDock. Need some help on this.I have an anchorable pane which shows a usercontrol with datagrid within it. My requirement is to hide some columns of the datagrid when this pane is...
View ArticleReviewed: AvalonDock 2.0.2000 (3 03, 2014)
Rated 5 Stars (out of 5) - Very useful component.
View ArticleCommented Unassigned: Running multi ui threads in the same process [16398]
part of my testing requirements are running multi application each with is own ui thread to verify every thing is working as it should be.But when I use the Avalon dock I get a cross thread exception.I...
View ArticlePatch Uploaded: #15940
ronen_barak has uploaded a patch.Description:part of my testing requirements are running multi application each with is own ui thread to verify every thing is working as it should be.But when I use the...
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 ArticleNew Post: Current state of themes?
Hello, I'm trying to use AvalonDock themes feature and I got a few problems. First of all, is there a reason why the "standalone" version is 2.0 and the version in the Extended WPF Toolkit is 2.1? From...
View ArticleCommented Issue: [Version 2.0] Memory Leak (AvalonDock inside AvalonDock)...
There is a memory leak in AvalonDock v2.0.1746.For demonstration of the memory leak I've modifed MVVMTestAppIn the project, all opened files are binded in first avalon dock...
View ArticleNew Post: AvalonDock and update control into invisible tab area.
Hi, I'm using AvalonDock v 2.0 and I have two tabs. The first tab contains some control, the other tab contains a button. When I click on the button, the button updates data of the control on the first...
View ArticleNew Post: AutoHidden panes never show again
Hi Guys, I had the same issue. The root cause of the issue seems to be that MahApps has transparency behaviour enable by default. So eventhough the dock window is shown on the UI it is not visible...
View Article