New Post: [Version 2.0] Localization of Menus and Tooltips
Ukrainian translation (uk-UA)<data name="Anchorable_AutoHide" xml:space="preserve"> <value>Сховати Автоматично</value> </data> <data name="Anchorable_BtnAutoHide_Hint"...
View ArticleNew Post: AvalonDock projects
Hello Multithreaded, I have to start the development of a new application and I am considering to use AvalonDock. I like the design of your interface very much. Could you tell me briefly how you...
View ArticleCreated Issue: System.NullReferenceException was unhandled by user code [16137]
System.NullReferenceException was unhandled by user code HResult=-2147467261 Message=未将对象引用设置到对象的实例。 Source=AvalonDock StackTrace:在 AvalonDock.DockingManager.DockingManager_Unloaded(Object sender,...
View ArticleCreated Issue: When using Metro Theme, the selection of LayoutAnchorable...
When moving the focus to a layout element with Metro theme applied, the selection causes a rearrangement of the UI because the selection indicator is added.This produces a flicker effect that is very...
View ArticleCommented Issue: [Version 2.0.1370] Object not set to an instance of an...
I ran the MVVMTestApp and added two Document Windows (File->New twice) I then right clicked on the last "Noname" tab and selected new Horizontal Tab Group. This causes...
View ArticleCommented Issue: [Version 2.0.1370] Object not set to an instance of an...
I ran the MVVMTestApp and added two Document Windows (File->New twice) I then right clicked on the last "Noname" tab and selected new Horizontal Tab Group. This causes...
View ArticleCreated Issue: Un-pinned document is not shown when the mouse is over it's...
I am using avalondock 2.0 with MVVM approach. The DockingManager is hosted in a custom wpf window. The custom window is implemented by a class which extends the System.Windows.Window class and uses a...
View ArticleNew Post: How to definitively get view model selected document to show on top...
I have a control that utilizes an AvalonDock (v2) DockingManager control for displaying a set of documents managed by an underlying view model:<avalonDock:DockingManager DocumentsSource="{Binding...
View ArticleCreated Issue: How to always get view model selected document to show on top...
I have a control that utilizes an AvalonDock (v2) __DockingManager__ control for displaying a set of documents managed by an underlying view model:```<avalonDock:DockingManager...
View ArticleNew Post: [Version 2.0] MVVM binding. How to manage Panes and PaneGroups
Hi, i'm able to bind AnchorablesSource and DocumentsSource, all works good, but how i can manage LayoutAnchorablePane or LayoutAnchorablePaneGroup? For example i want to add 2 AnchorablePanes, and...
View ArticleNew Post: How to get close button on AvalonDock document content
Is there any way by which a cross or close button on the document content tab header of avalondock can be made visible? For reference the brower tabs cross button which closes the browser tab like...
View ArticleCreated Issue: AvalonDock XmlLayoutSerializer does not load layout [16159]
I've asked the question with all the details [here](http://stackoverflow.com/questions/15970888/avalondock-dockingmanager-does-not-load-layout)
View ArticleNew Post: maximize the tab with doubleclick
Hi People. I need to maximize a tab with doubleclick. Like a VS2010, when a doubleclick in tab, the tab is maximized. U understood my problem?
View ArticleNew Post: DocumentContent
Hi Guys! Maybe I am just to stupid... I am trying to migrate my AvalonDock 1.3 application to 2.0. I pretty much got the message with the changed class names in XAML and corrected those, but then I got...
View ArticleNew Post: [Version 2.0] Title not staying in MVVM application when swapping...
I have a WPF application that is using AvalonDock with MVVM pattern. I am having an issue with the title not staying when a user clicks on my back button which deactivates the view model and then comes...
View ArticleNew Post: LayoutAnchorableControl Title Background Color?
I guess you have to change Background property inside ItemContainerStyle of a LayoutAnchorablePaneControl. If you go to AvalonDock.Themes.Expression project source code, on Theme.xaml look for style...
View ArticleNew Post: maximize the tab with doubleclick
You can follow these steps:Implement a Behaviour that intercept the MouseDoubleClick event on a TabItem which executes an ICommand on that eventAttach the Behaviour to the TabItem throught Style Bind...
View ArticleNew Post: Creating new floating windows
Hi, I'm trying to dynamically create new floating windows from code. The first window is created as it should; I'm creating a new LayoutAnchorablePane, adding the anchorable I want to float as a child...
View Article