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

Take a look at the following example code: public partial class DockingManagerUserControl : UserControl { public DockingManagerUserControl() { InitializeComponent(); // Cannot call "LoadLayout();" here!!!, which causes // "LayoutAnchorable_IsVisibleChanged" not called...

Pull request #308 introduced memory leak each time you serialize/deserialize layout. Affected versions: 4.60.1 and above. This behavior is persistent across multiple runtimes net48, netcoreapp3.1, net 5.0, net 6.0. Our...

If I were to dock a LayoutAnchorable based upon ToolViewModel on the right of my current window, (see image below), it will dock to the full height of the current...

Hi All , I am trying to resize the floated LayoutAnchorable using keyboard key event . I am trying to change the FloatingHeight , FloatingWidth but it is not updating...

question

Hello everyone, How can I save these settings and restore them on subsequent launches when the user drags and pins the windows, closes or collapses them? Best regards.

question

Sample: VS2013Test Drag a tool out to be floating window. Ctrl+F4 close it, and it can not be reopen. I know that it execute CloseWindowCommand instead of HideWindowCommand. How does...

I have been trying to use this component with Prism and I think there is a problem with AvalonDock I have found. Instead of direct `AnchorablesSource` binding in XAML, I...

I wrote a simple project that shows a window (named DockWindow) which contains a docking manager by clicking a button, I add a finalizer to the DockWindow, every time I...

Hi there, I am using the Dirkster.AvalonDock.Themes.VS2013 nuget with Dirkster.AvalonDock. This works fine when developing, building and running in Debug mode. However, if I switch to a Release build I...

Is it possible to move an item of LayoutAnchorablePaneControll to a LayoutDocumentPaneGroupControll in c# at runtime? (So it should simply be an additonal tab in the LayoutDocumentPaneGroupControll) ![grafik](https://user-images.githubusercontent.com/106739921/173814777-05dcaf20-a6c8-4380-b9bd-304fb4fdb158.png)