New Post: [Version 2.0] Localization of Menus and Tooltips
Spanish Translation (Please note that i've updated the French translation a bit): <data name="Anchorable_AutoHide" xml:space="preserve"> <value>Esconder Automáticamente</value>...
View ArticleNew Post: DataTemplate Frustration
I'm basing alot of my code on the MVVM project example but have an issue. I'm having a problem getting the following code to work properly....
View ArticleNew Post: DataTemplate Frustration
Ok, so my frustration is I can't find a way to dynamically supply a datatemplate to the pane.
View ArticleNew Post: [Version 2.0] Navigator Window
Hi, Ado! First of all, I would like to suggest property for disabling navigator window: /// <summary> /// AllowNavigatorWindow Dependency Property /// </summary> public static readonly...
View ArticleNew Post: [Version 2.0] Navigator Window
Next I want to use custom navigator window in another dock manager. There can be two approaches: to disable default NW and then to show custom window on ctrl-tab or some other key combination that...
View ArticleNew Post: Tool windows not displaying
I have a problem with the dock where depending on what you do with the panes, sometimes it becomes impossible to ever display a tool window. I was able to recreate this behaviour with the sample...
View ArticleNew Post: Tool windows not displaying
LayoutAnchorablePane/LayoutDocumentPane are continuously created and destroyed at runtime as the user arrange the layout. You should not base your code on xaml x:name attribute because it will point to...
View ArticleUpdated Wiki: AvalonDock 2.0 Getting Start Guide
AvalonDock 2.0 getting started guide PART 1 AvalonDock 2.0 allows to create an interface for WPF very similar to Visual Studio GUI. It's important to understand that has been developed with this in...
View ArticleUpdated Wiki: AvalonDock 2.0 Getting Start Guide
AvalonDock 2.0 getting started guide PART 1 AvalonDock 2.0 allows to create an interface for WPF very similar to Visual Studio GUI. It's important to understand that has been developed with this in...
View ArticleNew Post: [Version 2.0] ActiveContent not updated...
Hi, I think this issue could be closed as fixed, could please confirm? thanks
View ArticleNew Post: Tool windows do not open within a page
Hi all! I created a project that uses MVVM, IoC (Castle.Windsor). When I open a page that contains a LayoutAnchorable after placing the object in autohide, it does not open again. I moved the mouse...
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
Thanks, French and Spanish added to build 1433
View ArticleNew Post: Put icons on all tabs
I wanted to put icons on all of my tabs and I found the solution was to change the Themes\generic.xaml as follows: <DataTemplate x:Key="DocumentHeaderTemplate"> <!-- AJC 12/9/12: replace the...
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
This post might help http://avalondock.codeplex.com/discussions/395288
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
Would it be possible to add this feature? I know it's not how VS behave but it could be nice to have the possibility to see the icon on a document tab. Also seeing the icon in a panel Header would be...
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
By default document icons are used for document switch context menu only. If you want to show the icon in document tabs too just override the default template: <avalonDock:DockingManager...
View ArticleCommented Issue: Clicking in Empty LayoutDocumentPane - Object reference not...
When Clicking in a layoutDocumentPane that has no Tabbed document will cause a "Object reference not set to an instance of an object." @line 121 in LayoutDocumentPaneControl.cs protected override void...
View ArticleNew Post: Tool windows do not open within a page
I discovered the problem. When "AllowsTransparency" in the MainWindow is set to "true" value, the tool windows being in float does not respond to mousemove.This is a problem or have a way around the...
View Article