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

1. Thumbnail icon of the toolbar, which imitates **Visual Studio** tabitem to display the abbreviated icon when it is too small 2. Add the top of document function 3. Add...

enhancement

1. Run `TestApp` from this repo(a54b7d5d3797b021ade9575019113a73deea6933); 2. Drag and drop the right tabs(`Tool Window 1`+`2`) to the same float window; 3. Right click and hide `Tool Window 1`; 4. Drag...

On LayoutDocument Header ContextMenu opended,Command will not be collected

Shouldn't it be that the Parent is set to null when detaching/hiding? I can't see in history when and why have you changed that. (see LayoutAnchorable.UpdateParentVisibility() for reference)

Is it possible to create a Preview Tab (on the right side?) in Avalondock?

enhancement

Steps to reproduce: 1. Clone https://github.com/silviubogan/cs-extended-wpf-test-1 2. Start the program 3. Make the `Data Grid` the active tab by clicking on it 4. Click on the button at the top...

If a childwindow ist opened and closed and this control is closed the main window is minimized. The workaround with setting the owner to null is not working, therefor Activate...

Hi, How can I check that the LayoutAnchorable tab is active (open) in a LayoutAnchorablePane object?

why push the follow code ,than Auto or Absolute value can not work when layout // Keep set values (from XML for instance) if (!childPositionableModel.DockHeight.IsStar) childPositionableModel.DockHeight = new GridLength(1.0, GridUnitType.Star);

I'm getting the following exception from 4.70.2 after making some modifications MVVMTestApp. System.InvalidOperationException HResult=0x80131509 Message=Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed. Source=PresentationFramework The...