Created Unassigned: exception throw when click a AnchorablePane while set...
resolution is:change file LayoutAnchorablePaneControl.cs line 65 protected override void OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs e){ model.SelectedContent.IsActive = true;...
View ArticleNew Post: Version 2.x - is there a property that can be used to set the...
Where can I find info on how to change the current narrow widths of the splitters between panes? I need to make it a larger target area so it is easier to find the area where I can click and drag. Is...
View ArticleNew Post: assembly AvalonDock was not found in AvalonDock.MVVMTestApp.
Got the same error with source #102592; current reference is Xceed.Wpf.AvalonDock so I changed the line to: xmlns:shell="clr-namespace:Microsoft.Windows.Shell;assembly=Xceed.Wpf.AvalonDock"
View ArticleCommented Issue: [Version 2.0] CanClose and CanHide not works right on...
In the LayoutDocument can be used only the CanClose property, if this property is False, it's not possible to close this document (there isn't the menu item in the context menu and there isn't the x...
View ArticleNew Post: Exception Nested DockingManager's Using Prism....
Hi, Thanks again for a awesome Control! I'm trying to create a Multi Level DockingManager interface, but I keep getting this Exception when I try to reload and inject more than one View back into the...
View ArticleNew Post: [Version 2.0] Disable document switching
Hey Guys, Just a quick one.. Is it possible to disable document switching? I have a need that against a flag (bool) the user can \ cant switch documents. Ideally this would freeze all the documents,...
View ArticleCreated Unassigned: Alt key underscores not showing up within AvalonDock...
Say I have a wpf button such as:```<Button Command="{Binding CloseConfirmCommand}" Content="_Close"></Button>```When this button is in a control outside of AvalonDock, everything works as...
View ArticleNew Post: [Version 2.0] How do I set Min Size and Default Size of Floating...
Still no answer? Have the same quastion.
View ArticleCommented Unassigned: Alt key underscores not showing up within AvalonDock...
Say I have a wpf button such as:```<Button Command="{Binding CloseConfirmCommand}" Content="_Close"></Button>```When this button is in a control outside of AvalonDock, everything works as...
View ArticleNew Post: The name "DockingManager" does not exist in the namespace...
It's really weird, I download the latest assembly and reference it in my wpf project, then add such line: xmlns:avalonDock="http://schemas.xceed.com/wpf/xaml/avalondock" in my xaml file, but I cannot...
View ArticleNew Post: The name "DockingManager" does not exist in the namespace...
Hello,I have meet your trouble,you can use like this: avalonDock:DocumentContent .or Other Type In avalonDock Namespace it Will Work
View ArticleNew Post: IconSource from DynamicResource
Hi, I want to change the IconSource of LayoutDocumentItem, LayoutAnchorableItem and LayoutAnchorableItem in XAML (WPF) with a DynamicResource at runtime. It is possible to assign a DynamicResource to...
View ArticleCommented Unassigned: Active pane is not set correctly when...
When you pin an anchorable pane that has been auto hidden, that pane should become active. Instead, the first pane is always active. Repro1. Create a WPF app with reference to AvalonDock2. Replace...
View ArticleCreated Unassigned: Size of first time pinned autohide window is wrong [16493]
Steps to reproduce : Init a Layoutmanager by <avalonDock:LayoutRoot><avalonDock:LayoutPanel...
View ArticleCommented Unassigned: Size of first time pinned autohide window is wrong [16493]
Steps to reproduce : Init a Layoutmanager by <avalonDock:LayoutRoot><avalonDock:LayoutPanel...
View ArticleCommented Unassigned: Size of first time pinned autohide window is wrong [16493]
Steps to reproduce : Init a Layoutmanager by <avalonDock:LayoutRoot><avalonDock:LayoutPanel...
View ArticleCreated Unassigned: [Version 2] NullReferenceException when closing...
When I attempt to close an anchorable by pushing the close button, I am receiving a NullReferenceException. The exception is coming from the close method within LayoutContent.cs.``` public void...
View ArticleNew Post: Restrict tool window docking
Hello, Thanks for the nice control. I am looking for restricting docking of tool window to particular location, e.g. I want my tool window can be docked to Top & to Bottom, but I don't want it dock...
View ArticleNew Post: Is it possible to restore layout on restart?
It would be very nice if I could save the DockManager's layout when I close my application and load it again when it is restarted. There is a wiki page that describes this feature , but it looks...
View Article