New Post: Custom MenuItem in Item Document
Please, I need an example, if possible, of how can I remove and add new MenuItem in the ContextMenu of the Document Item...I'm using the MVVM example, in that example, how can I add new MenuItem in the...
View ArticlePatch Uploaded: #13189
zebrajap has uploaded a patch.Description:This is a patch for item [Version 2.0] Layout deserializing very slow (http://avalondock.codeplex.com/discussions/401399). I have implemented only...
View ArticleNew Post: [Version 2.0] Layout deserializing very slow
I have uploaded a patch (id 13189). This is for deserializing only.
View ArticleNew Post: [version 2.0] AvalonDock recreates the view everytime a Pane is loaded
*deleted, just realize it doesnt apply to me
View ArticleCommented Issue: Switching theme aero->vs2010 font color "bug" [15673]
Hi again,so i've realized that when you switch the theme at runtime from aero to vs2010, the title font color of the AutoHidden panels doesn't switch to white. It only updates after you dock/auto-hide...
View ArticleNew Post: [Version 2.0] Block all dragging of panes
Hi Micheal,the answer to your question is simple (if you know it). Just add: <SetterProperty="CanFloat"Value="False"/>into the style settings of your AvalonDock LayoutItem.I have documented this...
View ArticleNew Post: Urgent Help Needed : Error : The specified Visual and this Visual...
I would like to have some help. We are analysing the Avalon dock and facing an issue with Avalon Dock framework to design dockable layout in WPF application. We are analysing Avalon Dock with MVVM...
View ArticleNew Post: Custom MenuItem in Item Document
I have implemented a sample application (had the same problem and no answer but found a solution). Please have a look at my sample application here:https://edi.codeplex.com/Have a look in the...
View ArticleNew Post: WPF expert to solve avalondock custom window appear now like you...
I downloaded the sample application but I way unable to verify the problem since everythings in Chinese (?).Here is an advanced sample application based on AvalonDock 2.0: https://edi.codeplex.com/Hope...
View ArticleNew Post: [Version 2.0] MVVM multiple views loaded via user controls
I have written an article on this I think this should be helpful since it extends AvalonDock without touching its...
View ArticleCommented Issue: [Version 2.0] UIElement in Title [15653]
<p>Is it possible to put a UIElement in a LayoutDocuments Title?</p><p> </p><p>Hopfully without changing the Template!</p>Comments: ** Comment from web...
View ArticleNew Post: Urgent Help Needed : Error : The specified Visual and this Visual...
We have found some workaround that if we wrap plexityhide Gantt control inside <Label> control error is not coming. but when actual data is getting bind with Gantt control, which has GanttRow....
View ArticleNew Post: Custom MenuItem in Item Document
Thanks man, helped me a lot:xmlns:avalonDockProperties="clr-namespace:AvalonDock.Properties;assembly=AvalonDock"<MenuItemHeader="{x:Static...
View ArticleNew Post: Urgent Help Needed : Error : The specified Visual and this Visual...
Hi,1) please use latest build 2.0.1691 (download here or thru nuGet).2) Post the complete stack trace of the exception,Thanks,Ado
View ArticleNew Post: Urgent Help Needed : Error : The specified Visual and this Visual...
Hi,First of all thank you very much for the quick response and the suggestion to use latest build i.e. 2.0.1691. We have used latest build and problem gets resolved for floating window. However we...
View ArticleNew Post: Urgent Help Needed : Error : The specified Visual and this Visual...
Hi,as I see in the stack trace I suspect the problem is not related to AvalonDock. Actually the call to arrange clhildren result in a call to PlexityHide.GTP.FrontAndBackCanvas.ArrangeOverride(Size...
View ArticleNew Post: Urgent Help Needed : Error : The specified Visual and this Visual...
Hi,Thanks for the quick response, need further help or clarificationWe have experienced similar issue (as listed in the stack trace) when we used the version 2.0.1320. This issue was resolved when we...
View ArticleNew Post: Require help in understanding how user controls and views are...
Based on the sample code provided on the site, our understanding is that when a window which is opened as a Tab Window is floated or docked, a copy of the View is created and bound to corresponding...
View ArticleNew Post: scrollbars on dockable content, arrows too close together
Hate necroing a thread over a year old, but I had the same issue and have been struggling to find a solution all day, and figured others may want to know what it was.It turned out that it was down to...
View ArticleNew Post: Some help with a tweak in completion window
Using AvalonEdit.Sample, I found out, what I think is a bug, in the completion. I tweak a little bit the code, and instead of show completion when dot "." is pressed, I show the completion window...
View Article