AvalonDock
AvalonDock copied to clipboard
Our own development branch of the well known WPF document docking library
Using VS2022, .NET6 A project with AvalonDock.Themes.VS2013 shows a binding failure. The theme however is looking fine. So not that big of an issue. Binding failure: Severity: Error Data Context:...
LayoutDocument可以不显示那个三角符号吗,我不希望用户知道我可以动态选择隐藏或者浮动等功能
我在使用这个dll时,想动态切换语言发现并不能更新我的语言,其他第三方库及时更新了,Avalondock没有及时更新
The `PropertyChanged` event is fired for `IsFloating` if using the righ-click menu to float or dock a `LayoutAnchorable` control, but such event is not fired when dragging to float or...
Given several `LayoutAnchorable`s in `LayoutDocumentPane` (Using `laOne`, `laTwo`, `laThree` to represent them), the original order of them is: `laOne`, `laTwo`, `laThree`. Set their `IsVisible` to `False` one by one from...
Would be good to have an sample using [the Community Toolkit](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/)
I create several panels, they display perfectly after starting the program and work great. but in the form editor I only see the big white DockingManager square and no more...
Hi there, I have been struggling to get icons to display in LayoutItems and LayoutAnchorableItems by binding to an IconsSource property. In the end I cloned your repo hoping to...
When the auto hide button is clicked for an anchorable window, the GetSide method determines the side it should use. The existing logic requires that it be the first child...
Seen in v4.72.1 Steps to reproduce using MVVMTestApp from this repro. - Start MVVMTestApp and add a couple of new documents via File menu -> new - Press control tab...