New Post: [Version 2.0] Pinning question
That property doesn't exist unfortunately :( I looked at all the props on the container, and parent containers and couldn't find anything that worked.
View ArticleNew Post: [Version 2.0] Dock/Undock/Float properties/events? What to catch or...
Hi, I'm afraid that such events are not available in current version, I'll work to add them in the short time. Just curious, why the toolbar should have a different behavior when floating inside a...
View ArticleNew Post: [Version 2.0] Pinning question
I can confirm that there is not a direct property to set it. Anyway a work around is to not start the anchorable inside a border anchor group. Instead I suggest to place it in an LayoutAnchorablePane...
View ArticleNew Post: [Version 2.0] Pinning question
Okay, do you consider this a bug? I can report it if so. Will try the workaround in the meantime. Thanks!
View ArticleNew Post: [Version 2.0] Dock/Undock/Float properties/events? What to catch or...
Hi adospace! and thanks a lot for your interest. As soon as you replied I though of a possible solution for my problem. I have a toolbar that adapts to the available space, having its tools either...
View ArticleNew Post: [Version 2.0] Expression Dark theme?
I do really want to theme AvalonDock. Unfortunately, there is little information about styling. The sample themes are huge! and although the styles are there with self-descriptive names, someone cannot...
View ArticleNew Post: [Version 2.0] Docking top or bottom stops other tabs from closing
Fixed in latest build, thx, Ado
View ArticleNew Post: [Version 2.0] Expression Dark theme?
Hi all,unfortunately in the last month a long series of critical bugs have been discovered and I was busy in fixing all of them. Actually latest build seems to be quite stable so that I can move on to...
View ArticleCommented Issue: Enabling theming produces Unhandled Exception in VS2010...
Download the Source Code (I used 96370) and set AvalonDock.MVVMTestApp as startup project:Edit App.xaml to contain a themes resource dictionary: Re-Build the complete solution and open MainWindow.xaml....
View ArticleNew Post: [Version 2.0] Expression Dark theme?
Excellent to hear that Ado... about the themes, not the bugs! Daniel
View ArticleNew Post: [Version 2.0] Docking top or bottom stops other tabs from closing
Sorry can I get the fix yet? I downloaded the source for build 96566 but the fix does not seem to be in.
View ArticleNew Post: [Version 2.0] Docking top or bottom stops other tabs from closing
Hum, just tested version 2.0.1618 (Changeset 96566) and bug described seems to be fixed. Are you sure you have compiled and used this version to test it?
View ArticleNew Post: [Version 2.0] Docking top or bottom stops other tabs from closing
Just tried again and it worked - sorry I don't know what I did wrong.
View ArticleCreated Issue: AV2.0 - Theming issue [15718]
Hello, i have a project that use AV2 with a custom avalon.xaml (copy of generic from AV2)it is included in 3 colored generic files like below if i use the following code to change from generic.black to...
View ArticleNew Post: [2.0] Create New Window via WPF Window inheritance
Not sure if the title is exactly correct, but what I want to do is create a collection of WPF Windows using VS; I want these windows to inherit from an Avalon Type so that they are dockable in my main...
View ArticleNew Post: [Version 2.0] Change Theme
How do you change the theme programmatically. dockManager.Theme= new AeroTheme(); but I get the following error Null Reference Exception Object reference not set to an instance of an object. Any...
View ArticleNew Post: getting errors
Not an expert, just trying to help. Have you tried using "xmlns:ad="http://avalondock.codeplex.com" instead of "xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"?
View ArticleCreated Issue: AvalonDock 2.0 Custom Context Menu [15722]
I want to call a command within the FileViewViewModel in the AvalonDock.MVVMTestApp. The problem is - I cannot seem to get the binding right. Can you tell me what the correct binding is in order to...
View Article