Commented Issue: [AvalonDock 2.0] - Navigation icons no longer appear over a...
To reproduce the problem:1. Start MVVMTestApp using latest AvalonDock source code2. Create a new document using the "New" menu command3. Drag the document from the pane into a...
View ArticleCreated Issue: [AvalonDock 2.0] - Reloading layout item cannot be cancelled...
I am saving and re-loading open documents when the application ends and starts and I found no way to cancel re-loading a specific file when the application starts. Cancelling should be possible,...
View ArticleCommented Issue: AvalonDock 2.0 Custom Context Menu [15722]
Update:I found a solution for this:You can use Command="{Binding Model.OpenContainingFolderCommand}" to execute the corresponding command in the FileViewModel (please close this...
View ArticleNew Post: [Version 2.0] How to travers DockingManager and find LayoutContent?
You can search the visual tree and this should worl as long as the documents/tool windows are docked:I already entered an issue for this:http://avalondock.codeplex.com/workitem/15172 ...and you can...
View ArticleCommented Issue: [2.0, Build 91213] Find a visual in undocked documents [15172]
<p>Hi Ado,</p><p> </p><p>I've take the 91213 version and have developed your MVVM test application beyond recognition (I incorporated AvalonEdit and made...
View ArticleNew Post: [Version 2.0] Layout Opens Documents Which Don't Exist
I think this is a bug. I entered an issue for it.http://avalondock.codeplex.com/workitem/15758It would be good if others could increase the vote counter to show how critical this is.
View ArticleNew Post: WPF expert to solve avalondock custom window appear now like you...
1.Sorry English is poor,butneedexpert advice Download thesource code to run, click the HideToolbarwant toexpandwill not be able toexpandagain,thecauseofthe eventfailsbecause...
View ArticleNew Post: WPF expert to solve avalondock custom window appear now like you...
I need a custom window project solutions
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: Docking Manager in Layout document content datatemplate
Hi, first of all, thanks for such good component. But I have one issue with it. I have main application view which has docking manager with Layout documents inside. Each document has it own template...
View ArticleCommented Issue: [AvalonDock 2.0] - Reloading layout item cannot be cancelled...
I am saving and re-loading open documents when the application ends and starts<br>and I found no way to cancel re-loading a specific file when the application starts.<br>Cancelling should...
View ArticleNew Post: DockingPanel undocking problem
Hi all, I am using avalon dock for my application and its really great. But I was having some trouble with it. If I try to undock a panel it creates another new panel small in size. I don't know why...
View ArticleNew Post: [Version 2.0] Multiple anchorable regions
adospace has fixed this issue in the latest build, and I can confirm that it works :)Thanks a lot.
View ArticleNew Post: Is AvalonDock for me? (Tried other docking managers without success)
I want to create a Winforms application structured as follows:MainForm (<0..N>ContainerForm (<0..N>GraphForm))I need to be able to:Dock containers within the main form Dock graphforms...
View ArticleCommented Issue: [AvalonDock 2.0] - Reloading layout item cannot be cancelled...
I am saving and re-loading open documents when the application ends and starts<br>and I found no way to cancel re-loading a specific file when the application starts.<br>Cancelling should...
View ArticleNew Post: [Version 2.0] Multiple anchorable regions
Still remain the problem that the LayoutDocumentPane has non Name property like LayoutAnchorablePane used in the ILayoutUpdateStrategy.As I have reported in the...
View ArticleCreated Issue: [AvalonDock 2.0] - DocumentPane doesn't get focus when inside...
I have a winform richtextbox, a wpf toolbar and a wpfF scrollbar in each DocumentPane. Target DocumentPane gets focus when I click inside the richtextbox. But when I click the toolbar or drag the...
View ArticleNew Post: [Version 2.0] Exclude Layout items from serialization
I also have similar requirement to avoid serialization of some AnchorablePanes. I think this is up to ILayOutUpdateStrategy. But do not know exactly how to do this.
View ArticleNew Post: [Version 2.0] Block all dragging of panes
I'm using AvalonDock in a new application and am very happy with it so far.Now showing the first prototype around there is always the question whether I can prevent the user from dragging all these...
View ArticleNew Post: [Version 2.0] Layout deserializing very slow
I have the same problem. But if I write a custom serializer with XmlReader instead its not realy faster. I think there is a general problem with the XmlSerializer. It would be nice if there is another...
View Article