Created Issue: DockingManager.ActiveContentChanged is not fired when there's...
Affects: avalondock-92197Steps to reproduce: 1. Use AvalonDock.MVVMTestApp.csproj.2. In MainWindow.xaml - Uncomment the using of <avalonDock:VS2010Theme/> - Attach an ActiveContentChanged...
View ArticleNew Post: [Verison 2.0] Is there a way to make a tab not closeable?
If you have an anchorable pane you must set even CanHide to false to hide the "X" button on the header, if you set CanClose="false" only the menu item "Close" of the context menu, or dropdown menu is...
View ArticleCommented Issue: [Version 2.0] DockWidth and DockHeight not working without...
I have tested DockWidth and DockHeight, they seem to work on the Visual Studio Designer but when I start the application the dimensions of the panels are uniform divided.I have tested on LayoutRoot,...
View ArticleNew Post: [Version 2.0] Integrating with Caliburn.Micro
Hi, Have a look at my example here http://caliburnmicro.codeplex.com/workitem/218 It's a bit old now and so might not compile with current versions.John
View ArticleCommented Issue: [Version 2.0] DockWidth and DockHeight not working without...
I have tested DockWidth and DockHeight, they seem to work on the Visual Studio Designer but when I start the application the dimensions of the panels are uniform divided.I have tested on LayoutRoot,...
View ArticleNew Post: [Verison 2.0] Is there a way to make a tab not closeable?
Yes, mach22 was right. I was not clear, LayouDocument can only be closed and you have only one option CanClose (that you should set to false). If you instead have a tool window (called...
View ArticleCommented Issue: [Version 2.0] DockWidth and DockHeight not working without...
I have tested DockWidth and DockHeight, they seem to work on the Visual Studio Designer but when I start the application the dimensions of the panels are uniform divided.I have tested on LayoutRoot,...
View ArticleCommented Issue: [Build 2.0.0858] Auto Hide does not work with...
If you set the AllowsTransparency property to true for the window the auto hide feature stops working.The docked tool can be hidden, but will not show up anymore.Tested in the MVVM test app with...
View ArticleCommented Issue: Horizontal and Vertical Splitting [14816]
Using changeset 89300 (and earlier version 2 builds), there doesn't appear to be a way to split the document layout both horizontally and vertically (see attached). Not sure if that's a bug or...
View ArticleCreated Issue: [2.0.0858] Load layout problem [15275]
When I move my opened app to the secondary monitor and close it (saving the layout) and then start it again - application restore it's layout on primary monitor.
View ArticleCreated Issue: [2.0.0858] InputBindings problem [15276]
I have added to AvalonDock.MVVMTestApp some input bindings: <Window.InputBindings> <KeyBinding Gesture="Ctrl+N" Command="{Binding NewCommand}"/> <KeyBinding Gesture="Ctrl+O"...
View ArticleNew Post: [Version 2.0] Minimize primary window collapses floated windows
Floating windows that are docked with screen top (maximized) or anchored left/right lose their size and position and when the main application window is minimized. They seem revert to their previous...
View ArticleNew Post: [Verison 2.0] Is there a way to make a tab not closeable?
Ado and mach22, Thank you for the responses. I really appreciate it. Sadly, I am still stuck with this. I tried to set CanClose and it does not recognize the property. I have this:...
View ArticleNew Post: [Verison 2.0] Is there a way to make a tab not closeable?
Its correct the properties are on the LayoutAnchorable, can you post the entire code for the page, or can you provide a sample? Do you have used the TestApp available with the build?
View ArticleNew Post: [Verison 2.0] Is there a way to make a tab not closeable?
If you download the latest build and run the AvalonDock.TestApp you'll see an example on how using these properties
View ArticleNew Post: [Verison 2.0] Is there a way to make a tab not closeable?
This was confusing me hard.... It works in the example project and does not work in my project. After some thinking I concluded that the only real difference is that my project is using the NuGet...
View ArticleCommented Issue: [Build 2.0.0858] Auto Hide does not work with...
If you set the AllowsTransparency property to true for the window the auto hide feature stops working.The docked tool can be hidden, but will not show up anymore.Tested in the MVVM test app with...
View ArticleCommented Issue: [2.0.0858] Load layout problem [15275]
When I move my opened app to the secondary monitor and close it (saving the layout) and then start it again - application restore it's layout on primary monitor.Comments: ** Comment from web user:...
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
I would like to be able to put an icon/png on my LayoutDocument tabs. Is this Possible? I tried just adding the path to an ico file (I also tried a png file) like this: <avalonDock:LayoutDocument...
View ArticleCreated Issue: [Build 2.0.0911] Pane forgets width and gets extremely small...
Steps to reproduce:- Start the TestApp (not MVVM)- Grab the Tool Window 1 on the header and move it out of the docking to make it float. (This will move the complete container including Tool Window 2)-...
View Article