AvalonDock icon indicating copy to clipboard operation
AvalonDock copied to clipboard

Our own development branch of the well known WPF document docking library

Results 154 AvalonDock issues
Sort by recently updated
recently updated
newest added

I'm having a little trouble setting up my layout initializer following some of the examples and tutorials I've found online. Below is similar to how I'd like my layout to...

Hello, I keep getting a "This Visual is not connected to a PresentationSource" exception while undocking a panel from an app that is positioned in between two monitor with different...

Is there any plan to support WinUI3?

AvalonDock LayoutPanel not displaying in Visual Studio 2022 Design Time. Info: Microsoft Visual Studio Enterprise 2022 (64 位) - Current Version 17.5.3 Sys: Windows 11 22H2 Screenshot: ![image](https://user-images.githubusercontent.com/16378215/227426151-c8706b94-ab13-4bee-9b47-329eb5b02842.png)

Hi Dirk, Hope all is well at your end! We were chasing that anoying problem in our application. It happens quite often that application icon in taskbar flicker many times...

When closing a document that is the single document of a floating window, the next active document is set to an unexpected one. The logic behind closing the document checks...

I have an ActiveX component that can't be unloaded/reloaded after being initialized. With avalon dock, content of floating Windows are unloaded and reloaded when droped instead of being reused. Can...

i was newer of wpf. and i was in learning the code of edi. i find it's Layout.config is in the folder xxx\AppData\Roaming\Edi. if i use AvalonDock of version 4.60.1....

The ```TemplateSelector``` which is bind to ```DockingManager.LayoutItemTemplateSelector``` has ```SelectTemplate()``` like below. ``` public override DataTemplate SelectTemplate(object item, DependencyObject container) { return null; } ``` When it is first fired, ```item```...