Patch Uploaded: #15684
Pat781 has uploaded a patch.Description:Additional improvement for displaying of new tabs won't shift previous tabs out of view, only until enough space is for new tab.Based on patch with ID 15664
View ArticleNew Post: [Version 1.3] How to translate?
I would like to know about this too. Can anyone explain?
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
Here is Serbian translation, if you still need it...<data name="Anchorable_AutoHide" xml:space="preserve"> <value>Automatsko skrivanje</value> </data> <data...
View ArticleNew Post: AutoHidden panes never show again
I am also having this same issue. Any ideas on what may be causing the problem?
View ArticleNew Post: AutoHidden panes never show again
Hi rmonty, yes, see my previous post. It was the MetroWindow from MahApps, which causes the collision. I was not able to locate the exact problem. But not inheriting from MetroWindow solved the problem...
View ArticleNew Post: Is it possible to prevent user from docking anchorables as tabbed...
I have the same problem, here are the changes I did:Firstly, I don't want the overlay icons to appears on a document when I drag an anchorables floating window: Modify the method...
View ArticleNew Post: [Version 2.0] Docking as Tabbed Document
I couldn't manage to get your solution to work, so I tried by myself.My answer is here
View ArticleNew Post: [Version 2.0] Docking as Tabbed Document
Hey phbarralis, this issue has been resolved by the adospace awhile ago. It appears to be different what you are trying (or did) do. However, I do like the ability to turn off docking as a tabbed...
View ArticleNew Post: Is it possible to prevent user from docking anchorables as tabbed...
Awesome.. Just what I needed. If any is interested, then to hide the context menu button, add this to the...
View ArticleCreated Unassigned: CanCloseAllButThisCommand [16645]
The CanCloseAllButThisCommand CanExecute Callback should take into account documents where the property CanClose is set to false. In Cases where all documents are uncloseable the command should be...
View ArticleNew Post: [Version 2.0] Mouse move event on child when dragging floating windows
I think it's a bug, but I would like to have a confirmation, and I really have no idea on how to fix it at the moment (will be updated later). Step to reproduce with the MVVMTestApp:in the MainWindow,...
View ArticleNew Post: [Version 2.0] Mouse move event on child when dragging floating windows
I have a somewhat similar issue, where if I have a control that handles a MouseMove, it will get invoked when I try and move my mouse on a TabHeader. So in my case, I do a DoDrag operation in my...
View ArticleNew Post: Avalondock and Microsoft UITests issue
We are also planning to create UI automated tests for Avalondock controls. Did you resolve your issues? Any feedback will be highly appreciated. Thanks.
View ArticleNew Post: Avalondock and Microsoft UITests issue
Sadly I never got any workaround for this and never got an update on the issue from the developers. For now it seems that you should force to use the expression themes before running you UI tests...
View ArticleNew Post: Avalondock and Microsoft UITests issue
Thanks for your prompt reply. I will appreciate if you can provide some lights on how to use the expression themes. Does this should be done while development by developers? Being automated tester, I...
View ArticleNew Post: Avalondock and Microsoft UITests issue
I'm not in front of my computer and I won't be for the whole weekend, so sadly I won't be able to provide any code snippet on how to do this. Although switching the avalondock's is pretty straight...
View ArticleNew Post: Avalondock and Microsoft UITests issue
It looks like this should be done by developers, I will ask them to switch the theme. Thanks again.
View ArticleNew Post: Exception Nested DockingManager's Using Prism....
I am trying to do something similar, I think. I have a docking manager in the main window and that docking manager contains anchorables that also contain docking managers of their own. I am not sure...
View ArticleNew Post: [Version 2.0] Serialising: FloatingLeft and FloatingTop relative to...
Hi, I am trying to serialise and de-serialise a bunch of docking managers in my application. It appears as if serialisation and de-serialisation have different reference points concerning the position...
View ArticleNew Post: [Version 2.0] Avalon dock within a TabItem does not load
I have a requirement to load the avalondock [1] control inside each tab of a tabcontrol. [1] - http://avalondock.codeplex.com/wikipage?title=AvalonDock%202.0%20Getting%20Start%20Guide Before...
View Article