New Post: Tool windows not displaying
I think the AddToLayout is exactly what I needed. Thanks!
View ArticleNew Post: AvalonDock 2.0 - PRISM Integration
Thank you!, I will try this and get back to you.
View ArticleCreated Issue: CanClose not working... [15605]
I've the following XAML: <avalondock:DockingManager x:Name="DockManager" Grid.Row="1" Margin="0,0,0,0" AllowMixedOrientation="True"> <avalondock:DockingManager.Theme>...
View ArticleCommented Issue: CanClose not working... [15605]
I've the following XAML: <avalondock:DockingManager x:Name="DockManager" Grid.Row="1" Margin="0,0,0,0" AllowMixedOrientation="True"> <avalondock:DockingManager.Theme>...
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
There remains one problem with the above (and with my method in the other thread about changing generic.xml). When docked in the main documents pane there is a drop down menu on the right right that...
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
Definitely is a generic theme bug, that I've fixed in my internal version that will be shortly live. The other themes don't have this problem. Ado
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
Yes my assumption was correct and I fixed it too but I was confused, I'll tell you why: In generic.xaml it is assigning an icon and a header template:...
View ArticleNew Post: [Version 2.0] add an icon/png to a LayoutDocument
Exactly, I don't know anyway why it didn't work with the generic theme and it did with the others. I suppose that the generic theme is applied before that OnDocumentHeaderTemplateChanged is called....
View ArticleCreated Issue: Calling LayoutDocument.Close does not fire the...
Calling LayoutDocument.Close does not fire the DockingManager.DocumentClosing eventHow can I try to shutdown my app and give the user a chance to choose if each dirty file should be closed?
View ArticleNew Post: ShowHeader Avalon 2.0
Hello! In version 1.3, there is the option that allows ShowHeader hide the header of the documents. How to do this procedure in version 2.0? Best Regards!
View ArticleCreated Issue: Content is not always resizing correctly [15612]
When resizing windows that are docked in line with a document pane, once the document pane reaches it's minimum size the other window are not resized and get cut off.Steps To Reproduce:1) Run the...
View ArticleCreated Issue: Newly docked layout anchorable is not selected. [15613]
When dragging a LayoutAnchorable from one pane to another I would expect that when I drop into the new pane, the LayoutAnchorable I have dragged would become the active content in the new pane.Steps to...
View ArticleReviewed: AvalonDock 2.0.1320 (Sep 14, 2012)
Rated 5 Stars (out of 5) - Very good! Hoping to see FloatingStickyWindows in the future ;)
View ArticleNew Post: AvalonDock 2.0 - PRISM Integration
Does anyone else have a problem when you close a tab and try to navigate to the view again? To my understanding, this should open the tab again, but nothing happens in my case. Any ideas?
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
Here's the Brazilian Portuguese translation: <data name="Anchorable_AutoHide" xml:space="preserve"> <value>Esconder Automaticamente</value> </data> <data...
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
The chinese version: <data name="Anchorable_AutoHide" xml:space="preserve"> <value>自动隐藏</value> </data> <data name="Anchorable_BtnAutoHide_Hint" xml:space="preserve">...
View ArticleNew Post: [Version 2.0] Localization of Menus and Tooltips
The german translation <data name="Anchorable_AutoHide" xml:space="preserve"> <value>Automatisch einklappen</value> </data> <data name="Anchorable_BtnAutoHide_Hint"...
View ArticlePatch Uploaded: #12885
TheCamel has uploaded a patch. Description:The solution...to be improved with a DP on the DockManager1 - add KeepViewTabControl class2 - inherit from it in LayoutDocumentPaneControl and...
View ArticleCommented Issue: Version 2 / Urgent / Performance / Tabbed Documents [15476]
Hi,I found that the user controls associated to my viewmodels are re-created each time a document is activated...this is a known issue of the tab control in net 4 that you can...
View Article