Commented Issue: [Build 2.0.1045] Mixed vertical and horizontal splitting...
1. Open MVVM Test app2. Create 3 new documents3. Grab on document and dock it to split horizontally4. Now you have 1 document on one side and 2 (tabbed) on the other side5. Grab one of the documents on...
View ArticleNew Post: [Version 1.3] Disable redocking
Hi, I need to disable the redocking in some cases. I'd try several ways but there's no PreviewStateChanged routed event, and nothing else seems to work. How can I do that ?
View ArticleNew Post: [Version 1.3] Performance Improvement?
Hi, I wanted to use AvalonDock 1.3, i am using right now 1.2 I ll use only if is there any performce improvement or garabae collection. is there any performance improvement , any document where...
View ArticleNew Post: [Version 2.0] why AvalonDock latest version pointing to...
I would like to know this as well. Can I not directly reference AvalonDock.dll?
View ArticleNew Post: LayoutAnchorable autohide
Using AvalonDock 2.0.1061.0 I have a LayoutAnchorGroup with two children of the type LayoutAnchorable, The default behavior is to autohide. My problem is when I click on the tab, the window shows...
View ArticleCommented Issue: [Build 2.0.1045] Mixed vertical and horizontal splitting...
1. Open MVVM Test app2. Create 3 new documents3. Grab on document and dock it to split horizontally4. Now you have 1 document on one side and 2 (tabbed) on the other side5. Grab one of the documents on...
View ArticleCommented Issue: [Build 2.0.1045] Problems with docking after using Windows 7...
Hi,it seems there are 2 problems on Windows 7 systems after using the side dock functionality of the operating system.1. Undock a AnchorablePane and just move it to the side of the screen to have the...
View ArticleNew Post: [Version 2.0] why AvalonDock latest version pointing to...
declaring xmlns:avalonDock="http://avalondock.codeplex.com" is the same than used by microsoft for example in xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" declaring this xml...
View ArticleNew Post: [Version 2.0] Multiple anchorable regions
To dock an anchorable as document you must put in on an LayoutDocumentPane in your LayoutUpdateStrategy. To specify the location of the new viewmodels you have to implement the code for this in your...
View ArticleNew Post: How to load a WPF Window as a DockingTab / LayoutAnchorable.
You can't, you must set the content of the window inside a LayoutAnchorable.
View ArticleNew Post: [Version 2.0] why AvalonDock latest version pointing to...
Yeah, but what if your build machine doesn't have internet?
View ArticleNew Post: [Version 2.0] Empty LayoutAnchorablePanes are visible when first...
In MVVM setup, the first time the DockingManager is displayed, all LayoutAnchorablePanes are displayed, even ones that contain no items. The ones without items just take up space defined by DockWidth...
View ArticleNew Post: [Version 2.0] why AvalonDock latest version pointing to...
It's not a site address... your build machine doesn't go to search it on internet !!!! It's a naming convention like microsoft use for their schemas !!! You can use a causal string even "pippo" To see...
View ArticleNew Post: LayoutDocument Tab Selection Problem
I have 3 LayoutDocument Controls in a LayoutDocumentPaneGroup. All three are winforms controls hosted in WPF. When I click between tabs, quite often one of the tabs won't get selected. And it will be...
View ArticleNew Post: [Version 2.0] why AvalonDock latest version pointing to...
Right on, thanks for the clarification. My build machine was failing then for some other reason when I tried to use the Xml namespace (as opposed to referencing like I did above). Weird.
View ArticleCommented Issue: Issue when Windows Form User Control gets hosted in WPF...
Windows Form User Control gets hosted in WPF control in Avalon DockingManager. Then that WPF control gets hosted in regular windows form.Everything gets built OK. During the run time exception being...
View ArticleNew Post: [Version 2.0] why AvalonDock latest version pointing to...
working for me. Thanks march22. Jrbrass, you may be change http://avalonDock.Codeplex, and then close all xaml, and then recompile ll work.
View ArticleNew Post: [Version 2.0] Create xaml layout for MVVM
Is it possible with some tweak in BeforeInsertAnchorable to add the anchorableToShow to a new floating window? I want every new tool window to be initially floating in a seperate window.
View ArticleNew Post: [Version 2.0] Create xaml layout for MVVM
MichaelTR wrote: Is it possible with some tweak in BeforeInsertAnchorable to add the anchorableToShow to a new floating window? I found a solution and hope this is correct: public bool...
View ArticleCreated Issue: Crash with floating windows after layout loading [15386]
1. Start the MVVMTestApp2. Float the "File Stats" tool3. Save the layout4. Load the layout5. Now the tool is at the different position !6. Close the floating window7. Exception in...
View Article