Commented Issue: Focus not set to Active AnchorablePane [15639]
<p>Build 2.0.1452 - to reproduce follows:</p><p> </p><p>1) Run AvalonDock Test App</p><p>2) click on the TextBox inside the Tool Window 1 - this...
View ArticleCreated Issue: [2.0.1741] Focus-behaviour of ICommandSource [15825]
In FocusElementManager.cs::manager_PreviewGotKeyboardFocus() the tracking of focus for ICommandSources is disabled. As a consequence, you have to click on a button twice, before the click is...
View ArticleNew Post: [Version 2.0] Bug? Deserializing floating window results in two views
I've got a weird problem here and I'm not sure if it's a bug or a problem in my code.i'm using the following code to serialize the layout into my app settings:using (var memoryStream = new...
View ArticleNew Post: [Version 2.0] Floating Window causes incorrect ActiveContent
The AvalonDock.MVVMTestApp has the same problem.Over the File->Open menu item create some documents.Than make one document floating and click on File->SaveAs menu item, not the floating document...
View ArticleNew Post: [Version 2.0] Bug? Deserializing floating window results in two views
Hi, much probably you're adding two times the same contentid (one to the anchorables collection and one returned to the callback handler). Said that I'm sure there is also a bug somewhere that shows...
View ArticleCreated Issue: Problems on VS2012 / Win 8 [15827]
Hi - Just got a new dev machine, it's running Windows 8 and I'm using VS 2012 (was doing that on my old Windows 7 machine as well)When I try running a project that uses AvalonDock and was working fine...
View ArticleCommented Issue: Problems on VS2012 / Win 8 [15827]
Hi - Just got a new dev machine, it's running Windows 8 and I'm using VS 2012 (was doing that on my old Windows 7 machine as well)When I try running a project that uses AvalonDock and was working fine...
View ArticleNew Post: [Version 2.0] Bug? Deserializing floating window results in two views
Hi Ado,Yes I think you're correct about it being added twice, but only one goes into the collection;When the LayoutSerializationCallback fires, calling OpenLayoutItemByContentId, that checks if the...
View ArticleReleased: AvalonDock 2.0.1746 (Dec 04, 2012)
Welcome to the new release of AvalonDock 2.0 This release contains a lot (lot) of bug fixes and some great improvements:Views Caching: Content of Documents and Anchorables is no more recreated...
View ArticleCreated Release: AvalonDock 2.0.1746 (Dec 04, 2012)
Welcome to the new release of AvalonDock 2.0 This release contains a lot (lot) of bug fixes and some great improvements:Views Caching: Content of Documents and Anchorables is no more recreated...
View ArticleNew Post: Very Slow switching betwwen tabs.
Hi ,Switching between tabs is very slow when the tab contains a GridView with more that 50 records!Tanks for advices,Asad
View ArticleNew Post: [Version 2.0] Exclude Layout items from serialization
I also have the same problem I'm struggling to find a way not to serialise LayoutDocuments.
View ArticleCreated Issue: Perfomance issue with docking/undocking [15829]
We have run into perfomance issues with AvalonDock. An application we develop has few dockable controls, each containing a DataGrid control (with approximately 100 rows). Also we apply custom styles to...
View ArticleNew Post: Which version for framework 3.5
Hi all,A small question, whitch version of avalon can i use with the .net framework 3.5.I already try the version 2.0 and 1.3.3571 but its not working... Thanks for your help.
View ArticleCreated Issue: TabItem measure issue in...
In the lambda expression for _otherTabsScreenArea line 140:return new Rect(screenArea.Left, screenArea.Top, currentTabScreenArea.Width, screenArea.Height);should probably be return new...
View ArticleNew Post: AvalonDock and Ribbon .net 4.5
Hi all,Learning about both the avalondock and Ribbon 4.5.Does anybody know if there is a sample somewhere using the microsoft ribbon 4.5 with avalonDock. Thanks a lot
View ArticleNew Post: How to create tabs at the bottom of a LayoutDocument?
How can I create tabs at the bottom of a LayoutDocument, like the Code and Design tabs in Visual Studio?
View ArticleNew Post: [Version 2.0] Does Not Work in Visual Studio 2012
I am working on a WPF project targeted for .NET Framework 4, and it does not work in Visual Studio 2012 no matter what, but it works just fine in Visual Studio 2010, it seems.I don't really understand...
View Article