AvalonDock.Themes.WPFUI 1.1.0

dotnet add package AvalonDock.Themes.WPFUI --version 1.1.0
                    
NuGet\Install-Package AvalonDock.Themes.WPFUI -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AvalonDock.Themes.WPFUI" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AvalonDock.Themes.WPFUI" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="AvalonDock.Themes.WPFUI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AvalonDock.Themes.WPFUI --version 1.1.0
                    
#r "nuget: AvalonDock.Themes.WPFUI, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AvalonDock.Themes.WPFUI&version=1.1.0
                    
Install AvalonDock.Themes.WPFUI as a Cake Addin
#tool nuget:?package=AvalonDock.Themes.WPFUI&version=1.1.0
                    
Install AvalonDock.Themes.WPFUI as a Cake Tool

AvalonDock.Themes.WPFUI

NuGet Version

AvalonDock.Themes.WPFUI is a theme library for AvalonDock based on WPF-UI.

Installation

dotnet add package AvalonDock.Themes.WPFUI

Usage

// App.xaml
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ui:ThemesDictionary Theme="Unknown" />
            <ui:ControlsDictionary />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>
// Use WPFUITheme in DockingManager
xmlns:wpfui="clr-namespace:AvalonDock.Themes.WPFUI;assembly=AvalonDock.Themes.WPFUI"

<DockingManager>
    <DockingManager.Theme>
        <wpfui:WPFUITheme />
    </DockingManager.Theme>
</DockingManager>

Screenshots

Light Dark
image image
image image
image image
image image

References

Version History

  • 1.1.0

    • Refactor the style, leave more space for customization.
  • 1.0.8

    • Update WPF-UI version.
    • Ajust the style of LayoutAnchorControl, more like Visual Studio.
  • 1.0.7

    • Fix the display range overlap issue of side bar.
  • 1.0.6

    • Update WPF-UI version.
  • 1.0.5

    • Ajust the drag hit range of AnchorablePaneTitle.
    • Add focus style.
  • 1.0.4

    • Ajust the display level of LayoutGridResizerControl, it can be dragged better.
  • 1.0.3

    • Ajust the layout of TabHeader in LayoutAnchorablePaneControl.
    • Simplify the style dictionary of TabHeader.
    • Complete the menu style of DocumentPane.
    • Fix some style issues.
  • 1.0.2

    • Add more framework support.
  • 1.0.1

    • Split style dictionary.
    • Improve NavigatorWindow style.
    • Fix some style issues.
  • 1.0.0

    • Initial release.
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 172 3/28/2025
1.0.8 115 3/3/2025
1.0.7 118 2/21/2025
1.0.6 109 2/19/2025
1.0.5 75 1/9/2025
1.0.4 114 12/20/2024
1.0.3 101 12/19/2024
1.0.2 93 12/19/2024
1.0.1 94 12/18/2024
1.0.0 97 12/18/2024