-
Is there any tool in this package that works like AvalonDock in WPF? Thanks!
https://avalondock.codeplex.com/
-
i've tested around a bit and the main reason tooll is shutting down unexpectedly seems to be the AvalonDock.dll
atm tooll seems to use version 1.3.0, but there is a [2.0.2000](https://avalondock.code…
-
maratmusaev[CodePlex] Avalondock 3 autohide button always auto hides to the right. Can anyone help to resolve the issue?
-
I have installed the current latest version of LiveSpice.
Very often, it stops loading models (examples included) or even creating new schematics.
I have googled the problem and found out that dele…
jhsa updated
2 months ago
-
Hi,
I'm using HelixToolkit.Wpf.SharpDX, avalondock, and Prism to create 3D applications.
using the following (By VisualStudio2017 Nuget)
・HelixToolkit.Wpf.SharpDX Ver.2.6.0
・Prism.Wpf Ver.7.1.0.43…
-
The following XAML causes a runtime exception
```
xmlns:ad="http://schemas.xceed.com/wpf/xaml/avalondock"
…
-
## Summary
It would be nice to have a new DockManager control similar to how Visual Studio and [AvalonDock](https://github.com/xceedsoftware/wpftoolkit/wiki/AvalonDock) works.
## Rationale
This t…
-
I can unfortunately not provide a minimal example to reproduce because this issue happens rarely, so far never on my machine, and any sample application I tried which resembles the actual application …
-
I am using the AvalonDock component for my application. I have defined the views for my view models in xaml like this via data templates:
```
…
-
Balck_Joker[CodePlex] I found an issue in last version of AvalonDock (2.6)
If I dock anchorable as document and then undock it, content of anchorable become empty. But If I dock it again as document,…