Dock.Avalonia
11.3.11.6
dotnet add package Dock.Avalonia --version 11.3.11.6
NuGet\Install-Package Dock.Avalonia -Version 11.3.11.6
<PackageReference Include="Dock.Avalonia" Version="11.3.11.6" />
<PackageVersion Include="Dock.Avalonia" Version="11.3.11.6" />
<PackageReference Include="Dock.Avalonia" />
paket add Dock.Avalonia --version 11.3.11.6
#r "nuget: Dock.Avalonia, 11.3.11.6"
#:package Dock.Avalonia@11.3.11.6
#addin nuget:?package=Dock.Avalonia&version=11.3.11.6
#tool nuget:?package=Dock.Avalonia&version=11.3.11.6
Dock
A docking layout system.
About
Dock is a docking layout system for Avalonia applications. Use of Dock is governed by the MIT License.
Key Features:
- ItemsSource Support: Bind document collections directly to DocumentDock for automatic document management
- Flexible Content Templates: Use DocumentTemplate for customizable document content rendering
- Multiple MVVM Frameworks: Support for ReactiveUI, Prism, ReactiveProperty, and standard MVVM patterns
- Comprehensive Serialization: Save and restore layouts with multiple format options (JSON, XML, YAML, Protobuf)
- Rich Theming: Fluent and Simple themes with full customization support
- Floating Windows: Detach documents and tools into separate windows
- Dependency Injection: First-class support for .NET DI containers
Building Dock
First, clone the repository or download the latest zip.
git clone https://github.com/wieslawsoltes/Dock.git
Build using .NET Core
Open up a terminal prompt and execute the commands.
Target frameworks: netstandard2.0, net6.0, net8.0, net10.0 for libraries and samples:
dotnet build src/Dock.Avalonia/Dock.Avalonia.csproj -c Release -f netstandard2.0
Alternatively execute the repository build script which restores, builds and tests all projects. The scripts work on Windows and Unix like systems:
./build.sh # or .\build.cmd on Windows
NuGet
Dock is delivered as a NuGet package.
You can find the packages here NuGet and install the package like this:
Install-Package Dock.Avalonia
Install-Package Dock.Model.Mvvm
Install-Package Dock.Serializer.Newtonsoft
Install-Package Dock.Avalonia.Themes.Fluent
Available NuGet packages:
Nightly Packages
Nightly builds are published to GitHub Packages on pushes to master. Versions use the nightly.YYYYMMDD.RUN suffix.
Add the GitHub Packages source (replace OWNER with the repository owner):
https://nuget.pkg.github.com/OWNER/index.json
Authenticate with a GitHub token that has read:packages:
dotnet nuget add source https://nuget.pkg.github.com/wieslawsoltes/index.json -n github -u YOUR_GITHUB_USERNAME -p YOUR_GITHUB_TOKEN --store-password-in-clear-text
Install pre-release packages:
Install-Package Dock.Avalonia -Pre
Install-Package Dock.Model.Mvvm -Pre
Install-Package Dock.Serializer.Newtonsoft -Pre
Install-Package Dock.Avalonia.Themes.Fluent -Pre
Resources
Sample applications can be found under the samples directory which illustrate each approach in a working project:
DockXamlSample- XAML layouts with ItemsSource examplesDockMvvmSample- Full MVVM implementationDockReactiveUISample- ReactiveUI patternsDockOfficeSample- Office-style workspaces with ReactiveUI navigationDockCodeOnlySample- Pure C# layoutsNotepad- Real-world text editor exampleVisualStudioDemo- Visual Studio-like interface- And many more specialized examples
License
Dock is licensed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Avalonia (>= 11.3.11)
- Dock.Controls.ProportionalStackPanel (>= 11.3.11.6)
- Dock.Controls.Recycling (>= 11.3.11.6)
- Dock.MarkupExtension (>= 11.3.11.6)
- Dock.Model (>= 11.3.11.6)
- Dock.Settings (>= 11.3.11.6)
-
net10.0
- Avalonia (>= 11.3.11)
- Dock.Controls.ProportionalStackPanel (>= 11.3.11.6)
- Dock.Controls.Recycling (>= 11.3.11.6)
- Dock.MarkupExtension (>= 11.3.11.6)
- Dock.Model (>= 11.3.11.6)
- Dock.Settings (>= 11.3.11.6)
-
net6.0
- Avalonia (>= 11.3.11)
- Dock.Controls.ProportionalStackPanel (>= 11.3.11.6)
- Dock.Controls.Recycling (>= 11.3.11.6)
- Dock.MarkupExtension (>= 11.3.11.6)
- Dock.Model (>= 11.3.11.6)
- Dock.Settings (>= 11.3.11.6)
-
net8.0
- Avalonia (>= 11.3.11)
- Dock.Controls.ProportionalStackPanel (>= 11.3.11.6)
- Dock.Controls.Recycling (>= 11.3.11.6)
- Dock.MarkupExtension (>= 11.3.11.6)
- Dock.Model (>= 11.3.11.6)
- Dock.Settings (>= 11.3.11.6)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Dock.Avalonia:
| Package | Downloads |
|---|---|
|
Dock.Model.Avalonia
A docking layout system. |
|
|
Dock.Avalonia.Themes.Default
A docking layout system. |
|
|
AvalonStudio.Shell
Package Description |
|
|
Dock.Avalonia.Themes.Metro
A docking layout system. |
|
|
Dock.Avalonia.Themes.Fluent
A docking layout system. |
GitHub repositories (13)
Showing the top 13 popular GitHub repositories that depend on Dock.Avalonia:
| Repository | Stars |
|---|---|
|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
|
roslynpad/roslynpad
A cross-platform C# editor based on Roslyn and AvalonEdit
|
|
|
uxmal/reko
Reko is a binary decompiler.
|
|
|
kikipoulet/SukiUI
UI Theme for AvaloniaUI
|
|
|
VitalElement/AvalonStudio
Cross platform IDE and Shell
|
|
|
BAndysc/AvaloniaVisualBasic6
A recreation of the classic Visual Basic 6 IDE and language in C# with Avalonia
|
|
|
wieslawsoltes/Core2D
A multi-platform data driven 2D diagram editor.
|
|
|
BAndysc/Classic.Avalonia
Classic Theme and Controls for Avalonia
|
|
|
IvanJosipovic/KubeUI
Kubernetes User Interface
|
|
|
nesrak1/UABEANext
A research and modding tool for SerializedFiles and Asset Bundles
|
|
|
countincognito/Zametek.ProjectPlan
A simple, Open Source, and cross-platform desktop alternative to Microsoft Project for designing and creating project plans.
|
|
|
one-ware/OneWare
Next Generation IDE for Electronics Development
|
|
|
NeilMacMullen/kusto-loco
C# KQL query engine with flexible I/O layers and visualization
|
| Version | Downloads | Last Updated |
|---|---|---|
| 11.3.11.6 | 287 | 2/5/2026 |
| 11.3.11.5 | 305 | 2/3/2026 |
| 11.3.11.4 | 329 | 2/3/2026 |
| 11.3.11.3 | 403 | 2/2/2026 |
| 11.3.11.2 | 519 | 1/31/2026 |
| 11.3.11.1 | 305 | 1/31/2026 |
| 11.3.11 | 321 | 1/29/2026 |
| 11.3.9 | 3,291 | 1/11/2026 |
| 11.3.8 | 10,795 | 11/14/2025 |
| 11.3.6.5 | 3,061 | 10/23/2025 |
| 11.3.6.4 | 1,357 | 10/10/2025 |
| 11.3.6.3 | 487 | 10/8/2025 |
| 11.3.6.2 | 1,941 | 10/7/2025 |
| 11.3.6.1 | 4,154 | 9/24/2025 |
| 11.3.6 | 1,434 | 9/18/2025 |
| 11.3.2.2 | 2,902 | 8/15/2025 |
| 11.3.2.1 | 461 | 8/15/2025 |
| 11.3.2 | 7,429 | 8/10/2025 |
| 11.3.0.17 | 1,424 | 7/22/2025 |
| 11.3.0.16 | 762 | 7/22/2025 |
| 11.3.0.15 | 431 | 7/18/2025 |
| 11.3.0.14 | 585 | 7/14/2025 |
| 11.3.0.13 | 395 | 7/11/2025 |
| 11.3.0.12 | 610 | 7/10/2025 |
| 11.3.0.11 | 782 | 7/10/2025 |
| 11.3.0.10 | 569 | 7/7/2025 |
| 11.3.0.9 | 438 | 7/7/2025 |
| 11.3.0.8 | 411 | 7/7/2025 |
| 11.3.0.7 | 568 | 7/3/2025 |
| 11.3.0.6 | 449 | 7/3/2025 |
| 11.3.0.5 | 386 | 7/3/2025 |
| 11.3.0.4 | 2,745 | 7/1/2025 |
| 11.3.0.3 | 465 | 6/30/2025 |
| 11.3.0.2 | 22,269 | 5/24/2025 |
| 11.3.0.1 | 4,578 | 5/12/2025 |
| 11.3.0 | 2,463 | 5/7/2025 |
| 11.2.8 | 701 | 5/4/2025 |
| 11.2.7 | 3,994 | 4/12/2025 |
| 11.2.6 | 1,230 | 4/11/2025 |
| 11.2.0.2 | 3,549 | 3/5/2025 |
| 11.2.0.1 | 4,669 | 2/26/2025 |
| 11.2.0 | 29,128 | 10/31/2024 |
| 11.1.0.4 | 2,132 | 10/19/2024 |
| 11.1.0.3 | 2,781 | 9/23/2024 |
| 11.1.0.2 | 307 | 9/23/2024 |
| 11.1.0.1 | 9,440 | 7/23/2024 |
| 11.1.0 | 880 | 7/22/2024 |
| 11.1.0-rc1 | 1,688 | 6/16/2024 |
| 11.0.10 | 6,551 | 6/1/2024 |
| 11.0.0.7 | 7,304 | 3/23/2024 |
| 11.0.0.6 | 1,527 | 3/3/2024 |
| 11.0.0.5 | 9,933 | 12/18/2023 |
| 11.0.0.4 | 379 | 12/15/2023 |
| 11.0.0.3 | 2,569 | 11/15/2023 |
| 11.0.0.2 | 6,414 | 9/5/2023 |
| 11.0.0.1 | 3,825 | 9/2/2023 |
| 11.0.0 | 10,714 | 7/5/2023 |
| 11.0.0-rc1.1 | 829 | 6/3/2023 |
| 11.0.0-preview8.2 | 796 | 5/17/2023 |
| 11.0.0-preview8.1 | 353 | 5/16/2023 |
| 11.0.0-preview8 | 373 | 5/13/2023 |
| 11.0.0-preview6 | 1,695 | 3/22/2023 |
| 11.0.0-preview5 | 3,610 | 2/3/2023 |
| 11.0.0-preview4 | 2,348 | 11/17/2022 |
| 11.0.0-preview3 | 1,655 | 11/3/2022 |
| 11.0.0-preview2 | 668 | 10/10/2022 |
| 11.0.0-preview1 | 1,587 | 8/19/2022 |
| 0.10.18.1 | 4,858 | 8/19/2022 |
| 0.10.18 | 1,219 | 8/16/2022 |
| 0.10.14 | 6,127 | 5/27/2022 |
| 0.10.13 | 1,546 | 5/5/2022 |
| 0.10.12 | 3,123 | 1/27/2022 |
| 0.10.11 | 2,053 | 12/21/2021 |
| 0.10.11-rc.2 | 426 | 12/8/2021 |
| 0.10.11-rc.1 | 3,466 | 11/24/2021 |
| 0.10.10 | 6,314 | 11/3/2021 |
| 0.10.8 | 1,431 | 10/10/2021 |
| 0.10.7.4 | 1,322 | 9/13/2021 |
| 0.10.7.3 | 626 | 9/13/2021 |
| 0.10.7.2 | 641 | 9/12/2021 |
| 0.10.7.1 | 693 | 8/23/2021 |
| 0.10.7 | 1,929 | 8/17/2021 |
| 0.10.6.7 | 853 | 7/25/2021 |
| 0.10.6.6 | 660 | 7/21/2021 |
| 0.10.6.5 | 659 | 7/20/2021 |
| 0.10.6.4 | 616 | 7/20/2021 |
| 0.10.6.3 | 891 | 7/18/2021 |
| 0.10.6.2 | 713 | 7/17/2021 |
| 0.10.6.1 | 648 | 7/16/2021 |
| 0.10.6 | 946 | 6/11/2021 |
| 0.10.4 | 896 | 5/11/2021 |
| 0.10.3.3 | 622 | 5/10/2021 |
| 0.10.3.2 | 597 | 5/10/2021 |
| 0.10.3.1 | 611 | 5/8/2021 |
| 0.10.3 | 683 | 4/30/2021 |
| 0.10.2 | 637 | 4/28/2021 |
| 0.10.0 | 8,125 | 1/22/2021 |
| 0.10.0-rc2 | 633 | 1/20/2021 |
| 0.10.0-rc1 | 1,077 | 12/11/2020 |
| 0.10.0-preview6 | 833 | 10/27/2020 |
| 0.10.0-preview5 | 1,572 | 9/2/2020 |
| 0.10.0-preview4 | 1,146 | 8/27/2020 |
| 0.10.0-preview3 | 2,547 | 8/17/2020 |
| 0.10.0-preview2 | 1,017 | 7/24/2020 |
| 0.10.0-preview1 | 1,248 | 7/8/2020 |
| 0.9.12 | 2,358 | 9/1/2020 |
| 0.9.11 | 1,111 | 9/1/2020 |
| 0.9.10 | 1,151 | 9/1/2020 |
| 0.9.9 | 42,136 | 4/20/2020 |
| 0.9.8 | 1,155 | 4/20/2020 |
| 0.9.7.2 | 1,158 | 4/17/2020 |
| 0.9.7.1 | 1,280 | 4/8/2020 |
| 0.9.7 | 2,075 | 4/3/2020 |
| 0.9.6 | 1,610 | 3/28/2020 |
| 0.9.5 | 1,823 | 3/27/2020 |
| 0.9.4.1 | 2,312 | 3/16/2020 |
| 0.9.4 | 2,075 | 3/11/2020 |
| 0.9.3 | 3,823 | 2/8/2020 |
| 0.9.2 | 2,958 | 1/20/2020 |
| 0.9.1 | 1,199 | 1/3/2020 |
| 0.9.0 | 3,514 | 12/13/2019 |
| 0.9.0-rc.2 | 573 | 12/12/2019 |
| 0.9.0-rc.1 | 1,037 | 12/4/2019 |
| 0.9.0-preview9 | 1,158 | 11/30/2019 |
| 0.9.0-preview8 | 1,327 | 11/25/2019 |
| 0.9.0-preview7 | 2,715 | 11/9/2019 |
| 0.9.0-preview5 | 1,146 | 11/4/2019 |
| 0.9.0-preview4 | 931 | 10/22/2019 |
| 0.9.0-preview3 | 1,008 | 10/19/2019 |
| 0.9.0-preview2 | 1,037 | 10/17/2019 |
| 0.9.0-preview10 | 834 | 12/3/2019 |
| 0.9.0-preview1 | 2,422 | 10/15/2019 |
| 0.8.2 | 1,461 | 8/9/2019 |
| 0.8.1.1 | 1,087 | 8/9/2019 |
| 0.8.1 | 1,212 | 8/9/2019 |
| 0.8.0 | 16,925 | 4/4/2019 |
| 0.0.3 | 1,362 | 12/3/2018 |
| 0.0.1 | 5,119 | 10/30/2018 |