New Post: AvalonDock 2 / Prism 4 : how to handle close event?
Hi, I want to handle close event of document pane in order to remove the closed view from the prism region. How could i do that?
View ArticleClosed Issue: Docked window restores at incorrect position after being closed...
Docked window sometimes restores docked to the right side of the application Window after being closed.That only happens if the closed window was not bundled with others as tabs, but was docked on it's...
View ArticleClosed Issue: Exposing a cancellable Closing event in the DockingManager [6490]
Hi, First of thanks for the great work on Avalon Dock. It is an invaluable asset to my project. I wanted to know if it is possible to add a cancellable Closing event to the DockingManager that would...
View ArticleClosed Issue: FloatingWindow does not contain controls [6507]
When I have a DockableContent docked, everything works fine (left side of the image). However, when I float the same DockableContent, no controls are displayed. Why is this? Also, which brush is used...
View ArticleClosed Issue: Pixel Snapping on images [6723]
In order to display correctly images (and avoid the blur effect), adds the attribute RenderOptions.BitmapScalingMode="NearestNeighbor" on Image elements (for example in the "OverlayWindowStyle.xaml"...
View ArticleClosed Issue: ActiveDocument still has value even when all documents are...
When I close all documents in DocumentPane, DockingManager still returns the last closed document as ActiveDocument, even when it is not visible any more.Comments: Old or obsolete issue. Please ask for...
View ArticleClosed Issue: The Auto Hide Pane disappear too slow. [8804]
1. Set a DockablePane's state to auto hide.2. when mouse move on the pane button, the DockablePane will show.3. when mouse click other pane, the DockablePane will lost focus, it will start to close,...
View ArticleClosed Issue: AvalonDock is not registering the tabs when DockableContents is...
Trying to use AvalonDock along with the UI automation framework White to do testing of the client.Using UISpy I can see that tabs of tabbed DockableContents are note registered and can not be clicked...
View ArticleClosed Issue: SaveLayout / RestoreLayout for DocumentContent [8974]
Now saving/restoring layouts feature present only DockableContent. Will it be also implemented for DocumentContent somewhere?Comments: Old or obsolete issue. Please ask for reopen if needed in version 2.0
View ArticleClosed Issue: Exception when closing DocumentContents in DocumentsSource [8997]
If I have xaml like this:<ad:DockingManager x:Name="_dockingManager" RequestDocumentClose="DockingManager_RequestDocumentClose"><ad:ResizingPanel Orientation="Vertical"><ad:DocumentPane...
View ArticleClosed Issue: Commands automatically disabled for Floating Window [9086]
I have a window that contains a WPF ListView control. The Items in it have a context menu, and the commands within are automatically disabled when the window is floated. Their CanExecute Handlers never...
View ArticleClosed Issue: Pane content disappears in floating mode [9689]
Hello. First of all i would thank authors for great docking control, Here's my issue:Window x:Class="PropertiesGridApplication.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleClosed Issue: Show/Hide problem [9974]
If I have two dockable contents in one dockable pane, and when I hide both dockable contents, and then try to show them, they don't show in the same dockable pane.After a close inspection, I concluded...
View ArticleClosed Issue: Bug: Can't drag DockableContent from DocumentPane [10788]
DockableContent excelent docking to DocumentPane but when i start drag from this DocumentPane i cath exception System.InvalidOperationException: 'DocumentPane' TargetType does not match type of element...
View ArticleClosed Issue: [Version 1.3] DockablePane - Pane deletes and removes from...
I had a DocumentPane and after I removed all the children, it stays there in case I want to add new DocumentContents to it. I also had an invisible DockablePane off to the side in the and I dynamically...
View ArticleClosed Issue: [1.3] Wrong tab is activated when closing the active one [11813]
Current code (DockingManager.cs): var docToActivate = Documents.OrderBy(d => d.LastActivation).FirstOrDefault(); Should be: var docToActivate = Documents.OrderByDescending(d =>...
View ArticleClosed Issue: invalidoperation "a document pane can't be positioned at this...
when dockingmanager just has one empty documentcontent, when I try to drag it as a float window, the exception throws,i debug the source code, found that the dockingmanager's restorelayout method set...
View ArticleCommented Issue: Close button on floated windows actually hides the window...
It was a bit surprising to find that trying to close a floating window actually hides it. I've since changed our custom theme to close instead of hide, and added a CloseWindowCommand to the...
View ArticleClosed Issue: Crash when move mouse on hide tabbed dockable panel! [12763]
Crash On : DockingManager.cs (Line 2703) //select this content in the referenced panecontent.ContainerPane.SelectedItem = content; Cause: content.ContainerPane =null ! why??Only happened when two or...
View ArticleClosed Issue: FatalExecutionEngineError when closing window [12922]
I've created my dialog window using ShowDialog. There is avalondock used to handle all the DockablePanes in this window. I set Autohide on some of the DockablePane. Then I click with the mouse on the...
View Article