Dock
Dock copied to clipboard
A docking layout system.
Ubuntu 20.04 64bit. When i try to drag back the floating window, it doesn't work. But it can be dragged if after drag attempt i click on the floating window....
I wanted to show the "tabstrip" at the bottom when panels are minimized, but they seem to disappear when ToolDock.Alignment = Alignment.Bottom.  However thank you for this component, it...
I feel it would be better to change the Proportion to the correct size. The ToolDock will not be resized when maximizing or minimizing the window. Like visual studio IDE...
Hi, I'm trying to make docks with different views, but I have a problem: when I move "Document", its tab disappears. View models also different, but every one of 'em...
I filed this same issue on Avalonia.Markup.Declarative, since it exposes this naming conflict. Combing your library with this one, causes a compiler error, as shown here: [https://github.com/AvaloniaUI/Avalonia.Markup.Declarative/issues/4#issuecomment-1025938845](https://github.com/AvaloniaUI/Avalonia.Markup.Declarative/issues/4#issuecomment-1025938845)  It's easy...
This fix prevents a document/tool with their `CanClose` property set to `false` from being closed when middle-clicking a tab. This does not prevent it from being closed through the factory...
Setting `CanClose = false` prevents the Close icon to be drawn on documents or tools, but it is still possible to close them with a middle-click on their tab.
can you add instructions for binding data from my view model? I can't bind data for controls located in ToolDock MainWindow.axaml  MainWindowViewModel.cs  
When i try to drag a tool from one window to another without floating, it works fine. But if i float window before dragging i cant drag it inside another...