New Post: Integrating AvalonDock 2.0 into project for single assembly deployment
I have had to include the source into our project because of a couple of critical bugs and major functionality changes without issue.
View ArticleNew Post: Design Layout vs Runtime
I have created my own solution for this by including a "code grab" from here and dramatically changing the LayoutAnchorable.AddToLayout method to take into account Pane names so that groups of "tool...
View ArticleNew Post: US Export Regulations
Is AvalonDock affected by the US Export Regulations? Quite a few companies are asking for the stance on US Export Regulations, since it seems to be a deal breaker in some situations.
View ArticleNew Post: US Export Regulations
Xceed does not offer guidance regarding US or any other country's export regulations with respect to our CodePlex projects. You use the code under the license agreement in the License tab (BSD in this...
View ArticleCommented Issue: Right to left missing [15724]
hii develop a project using this wonderful control,but right to left flowdirection is not working at allin verion 2.01618Comments: ** Comment from web user: dirkster ** I have registered a similar...
View ArticleNew Post: US Export Regulations
Ok, fair enought. A final question, does AvalonDock use any kind of encryption?
View ArticleNew Post: Dock width change
Hi there Im trying to use AvalonDock to create 2 dockable anchorables in my desktop application. So far I managed to find a way to make everything work, but I have one issue. If I dock to the top or...
View ArticleNew Post: US Export Regulations
Excellent question. I wanted to be able to answer that for you proactively, but didn't have time to check until now. We don't think the control uses any encryption algorithms in any code it executes....
View ArticleNew Post: LayoutAnchorableControl Title Background Color?
I too, am stuck on this. I can see it fine in XAML spy but not in blend, any advice appreciated!http://screencast.com/t/neQGmCXl
View ArticleNew Post: [Version 2.0]Add documents from code
I can't get it. I've been breaking my head with the wall. Let's make it someway simpler so I may can understand how this work. I got a ViewModel something like:Public Class DocumentViewModel Inherits...
View ArticleNew Post: [Version 2.0]Add documents from code
If the Name property of the viewmodel is properly bound to the Title property of the LayoutItem (see Anders' post above), you don't have to do anything or need to "find the right one", the title should...
View ArticleCreated Issue: Crash in NTDLL.DLL [16095]
When I call Environment.Exit(0) in sample MVVM Application on menuitem click I get following crashProblem signature: Problem Event Name: APPCRASH Application Name: AvalonDock.MVVMTestApp.vshost.exe...
View ArticleNew Post: AvalonDock projects
Hi, I am looking at integrating a document type with a corresponding tool window into my AvalonDock application. Does anyone know how I configure AvalonDock such that I can build a document view and...
View ArticleNew Post: AvalonDock [2.0] Build Document & Tool Window on one ViewModel
Hi, I am looking at integrating a document type with a corresponding tool window into my AvalonDock application. Does anyone know how I configure AvalonDock such that I can build a document view and...
View ArticleNew Post: AvalonDock [2.0] Build Document & Tool Window on one ViewModel
OK I found the solution. Every document type and tool window must have its own viewmodel - but the tool window viewmodel can of course reference the document viewmodel (through workspace activedocument...
View ArticleCreated Issue: Bad dragging when Window is Topmost [16100]
When main window became topmost, cannot dragging dock window because it is not visible.
View ArticleCreated Issue: [Version 2.0] AllowMixedOrientation and documents changed to...
Hi,I am using the mixed orientation mode and I have seen one issue making the layout incoherent.Imagine you have this kind of layout :```RootPanel() Panel(Vertical) DocumentPaneGroup(Horizontal)...
View ArticleCreated Issue: Selected tab after AutoHideWindow is pinned problem [16106]
HelloSteps to reproduce problem1) Run AvalonDock.TestApp2) Make Tool Window 1 and Tool Window 2 autohide (left part of screen)3) Select Tool Window 2 4) Pin it (screen2)Expected: pinned tool window...
View ArticleNew Post: [Version 2.0] Hide Document on close.
Hi all, I am working on an engineering application utilizing the AvalonDock. My case is as follows: I would like to show some panes as either floating, docked or hidden but also some panes dockable...
View Article