Created Issue: Aero Snap disables docking functionality [15214]
Undock an anchorable.Try to dock it to an anchorable group on the side of the screen.If you accidentaly hit the side of the screen while dragging with the mouse, you cannot dock it to the group (or...
View ArticleCreated Issue: nuget seems to be stuck in download infinite loop [15217]
tried to run Install-Package AvalonDock on my project, and it downloaded the avalon dock code correctly. In my package manager console, it said that the installation was successful. But then for some...
View ArticleCreated Issue: [2.0] Tab feature request [15218]
No tabs shown until num tabs > 1. Probably would be activated by a tab panel property?For now, I want this behavior always, so I've made the following change:1) Added this to the...
View ArticleNew Post: [Version 2.0] Just a simple window with a side bar
If it were me, at this juncture, I would use one of the existing releases of AvalonDock. It has support for things like Pane.DockableStyle = DockableStyle.BottomBorder | DockableStyle.AutoHide; I have...
View ArticleNew Post: Binding Title of LayoutAnchorable
I set a binding of a LayoutAnchorable's Title (non-MVVM usage) and got: A 'Binding' cannot be set on the 'Title' property of type 'LayoutAnchorable'. A 'Binding' can only be set on a...
View ArticleNew Post: [Version 2.0] Saving Layout
With a little bit of work to cater for my implementation that's it, thanks for taking the time to help, liero.
View ArticleCreated Issue: Use CommandParameter for close/hide/dock/float commands [15220]
Hi, in some MVVM scenarios developers don't want to use singleton instance of command. I personally don't like creating commands in my viewmodel for LayoutContent In such cases LayoutContent instance...
View ArticleNew Comment on "Documentation"
Just embarking on our first WPF project and this looks exactly what we are after. When will the documentation be updated to reflect version 2.0?
View ArticleCommented Issue: Use CommandParameter for close/hide/dock/float commands [15220]
Hi, in some MVVM scenarios developers don't want to use singleton instance of command. I personally don't like creating commands in my viewmodel for LayoutContent In such cases LayoutContent instance...
View ArticleNew Post: Capture or rise event PropertyChanging in MVVM (IsFloating = true)
Hello, I have a problem of entrapment event "PropertyChanging" in MVVM. Moj intent is that after undocking (IsFloating = true) "LayoutDocument" and other changes to the properties as is the case of...
View ArticleCreated Issue: [Version 2.0] Side panel with autohide enabled disappear on...
I Tested the latest build, to reproduce the problem, 1) run the sample TestApp, 2) pull out the "Document 1" and "Document 2" outside the window in flyout window,3) UnPin the AutoHide button of the...
View ArticleNew Post: [2.0] Binding Title of LayoutAnchorable
Ended up using this: <ad:DockingManager.LayoutItemContainerStyle> <Style TargetType="{x:Type ad:LayoutItem}"> <Setter Property="Title" Value="{Binding Model.TabName}" />...
View ArticleNew Post: [2.0] Binding Title of LayoutAnchorable
I agree, it will be very usefull to have LayoutContent (then the derived LayoutDocument and LayoutAnchorable) as DependencyObject with the Title as a Dependency property to allow doing Binding.
View ArticleNew Post: [Version 2.0] Capture or rise event PropertyChanging in MVVM...
I think things will get a little messy for you, having LayoutDocuments in your MainViewModel, but I can understand a bit why you're going that route. Sometimes perfect separation between model and...
View ArticleNew Post: [2.0] Binding Title of LayoutAnchorable
The proposed solution would be usefull if I could use an attached property like this <avalonDock:DockingManager> <avalonDock:DockingManager.LayoutItemContainerStyle> <Style...
View ArticleNew Post: [Version 2.0] Restore layout without serializing xml
I'd like to restore the layout ,without using the serializing of the layout in xml, I need to restore the layout as it is created when the application start, is there any way for doing this?
View ArticleNew Post: [Version 2.0] How to suspend a Anchorable or Document close?
such as the tite, i'm not find IsCloseable or HideOnClose property in version2.0. are they support?
View ArticleCreated Issue: The version 2.0.0804 crashes on children count [15223]
I got a crash in LayoutRoot:It says _hiddenAnchorables = null; And other question, why 5+ ? public int ChildrenCount { get { return 5 + _floatingWindows.Count + _hiddenAnchorables.Count; } }
View ArticleCommented Issue: [2.0, Build 91213] Find a visual in undocked documents [15172]
Hi Ado,I've take the 91213 version and have developed your MVVM test application beyond recognition (I incorporated AvalonEdit and made a few (mostly housekeeping) changes in your initial test app- see...
View ArticleNew Post: [Version 2.0] Create xaml layout for MVVM
How can I address the name of the desired destinationContainer? Is there any possibility to assign the name of the anchorablePane to the particular viewModel?
View Article