New Post: [Version 2.0] Hide/Show a LayoutAnchorable?
This is an old topic but I thought I'd post an answer in case anyone else comes across it from a web search. When deserializing, new LayoutAnchorable objects are created without a name registered,...
View ArticleCommented Unassigned: Metro Theme: Resources missing [16253]
Hey!Just a small issue in the metro theme: Some Resources can't be found, e.g.```Resource not found; ResourceKey='AvalonDock_ThemeMetro_BaseColor33'```See MVVM Demo App.Thanks, microComments: **...
View ArticleCommented Issue: [Version 2.0] Not working with DataTemplate [15423]
If I use a DataTemplate with the DockingManager inside it it doesn't work, I can only see an empty control, I need it because I'm porting an application from version 1.3 to 2, and in the version 1.3 it...
View ArticleCommented Issue: [Version 2.0] Not working with DataTemplate [15423]
If I use a DataTemplate with the DockingManager inside it it doesn't work, I can only see an empty control, I need it because I'm porting an application from version 1.3 to 2, and in the version 1.3 it...
View ArticleCommented Issue: [Version 2.0] Not working with DataTemplate [15423]
If I use a DataTemplate with the DockingManager inside it it doesn't work, I can only see an empty control, I need it because I'm porting an application from version 1.3 to 2, and in the version 1.3 it...
View ArticleCreated Unassigned: [Version 2.0] LayoutAnchorable and 'menuSite Null' [16354]
We encounter an problem to add WPF menu on the content of LayoutAnchorable within a LayoutAnchorablePaneGroup. The problem can be easily reproduced as...
View ArticleCreated Unassigned: [Version 2.0] Crashes when hosting DockingManager in a...
I have previously submitted this issue for discussion [here](http://avalondock.codeplex.com/discussions/452195); however, after seeing issues [12425](http://avalondock.codeplex.com/workitem/12425) and...
View ArticleNew Post: AvalonDock 2.0 - PRISM Integration
Hello. I've convert your code to c# and i have problem with views. When the region is creating in DockingManagerRegionAdapter, the RegionManager is always null and in the IRegionManager is only 2...
View ArticleNew Post: [Version 2.0] BindingFailure and FileNotFound first chance...
Dock Control for data binding
View ArticleReviewed: AvalonDock 2.0.2000 (Aug 13, 2013)
Rated 5 Stars (out of 5) - Excellent behaviors. Works very well. The only excellent free alternative. Excellent MVVM implementation. (few little bugs that I'm sure they will be fixed soon, excellent...
View ArticleNew Post: [Version 1.3.3571.0, .NET 4] Loaded/Unloaded event
I have same problem, but i also notice that the UserControl.Load is called on all load document when i add another Item? for example i have load a ucercontrol as document in avalondock, then i load...
View ArticleNew Post: [Version 1.3.3571.0, .NET 4] Loaded/Unloaded event
Is there any way to disable loading, and unloading of dockable contents.
View ArticleCommented Unassigned: VS2012 - WPF Sample Project not working [16202]
HITried use Avalon Dock in WPF- VS 2012, sample project compiles and executes fine, but design time not showing and It could not find any AvalonDock controls, like Resizepanel, other then DockManager,...
View ArticleCreated Unassigned: New Feature - Multi document selection [16361]
Hello,It would be nice to have the opportunity to multi select document like VS2012.(By clicking the tab and keeping ctrl pressed)
View ArticleCreated Unassigned: Newly added document (view) should be the active one by...
The default behavior for docking is to put the newly added document has the active one.
View ArticleNew Post: [Version 2.0] Saving/Loading Layout
Hello. Before, i am using Prism, Catel and AD. I wan't to save and load Layout without breaking MVVM logic, with out accessing View from ViewModel. Before i used CommandBindings to achieve it, but now,...
View ArticleNew Post: AvalonDock+Prism: problem with closing first view in Document pane
Hi All, i'm using the Region adapters introduced by adospace at this thread and it works fine but in one case : when multiple views opend and i try to close the first one from the left (the first one...
View ArticleNew Post: [Version 2.0] Focus and buttons
We're also seeing this issue with the most recent release available via NuGet. Would be interested in knowing if there is another solution pending / available.
View ArticleCreated Unassigned: [Version 2.0] Floating Window Title is rendered...
Hello,A floating control's title is not rendered correctly after changing the focus. The title is rendered using the avalondock theme and the standard windows title style. This only appears on a...
View ArticleNew Post: Some design choices ?
For a LayoutAnchorable, there is "Show()""Hide()""IsVisible""IsHidden" I wonder why there is 4 ways of doing the same action ? Why not just a "IsVisible" only ? I mean a bindable property and also a...
View Article