Humbatt.UI.Toolkit.WPF.Mvvm 3.0.2501.71

dotnet add package Humbatt.UI.Toolkit.WPF.Mvvm --version 3.0.2501.71                
NuGet\Install-Package Humbatt.UI.Toolkit.WPF.Mvvm -Version 3.0.2501.71                
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="Humbatt.UI.Toolkit.WPF.Mvvm" Version="3.0.2501.71" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Humbatt.UI.Toolkit.WPF.Mvvm --version 3.0.2501.71                
#r "nuget: Humbatt.UI.Toolkit.WPF.Mvvm, 3.0.2501.71"                
#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.
// Install Humbatt.UI.Toolkit.WPF.Mvvm as a Cake Addin
#addin nuget:?package=Humbatt.UI.Toolkit.WPF.Mvvm&version=3.0.2501.71

// Install Humbatt.UI.Toolkit.WPF.Mvvm as a Cake Tool
#tool nuget:?package=Humbatt.UI.Toolkit.WPF.Mvvm&version=3.0.2501.71                

Humbatt.UI.Toolkit

UI toolkit(controls and helper functions) for WPF and WinUI (Experimental).

This toolkit includes

  • Behaviours
  • Converters
  • Controls
  • Editors

Converters (WinUI, WPF and MAUI)

  • BooleanToReverseVisibilityConverter
  • BooleanToVisibilityConverter
  • BoolToColorConverter
  • BoolToFontWeight
  • BytesToBitmapConverter
  • DateToStringConverter
  • EnumMatchToBooleanConverter
  • HexStringToColorConverter
  • PercentValueConverter

Controls (WPF)

  • FluidProgressBar
  • SearchableListControl

Editors (WPF)

  • AutoCompleteTextBox
  • BindableListBox
  • DecimalTextBox
  • MultiComboBox

Package Changes

We have changed the packages to provide a more consistent naming mechanism and to allow the WinUI and WPF component to exist in a single package.

We have also addded MAUI support.

Humbatt.UI.Toolkit.Desktop

The dekstop package includes both WinUI and WPF assemblies and it will automatically apply the correct one based on the target framework moniker (TFM) of your project or app.

For WinUI make your TFM - {netversion}-windows10.0

	E.g. net9.0-windows10.0.19041.0, net8.0-windows10.0.19041.0

For WPF use - {netversion}-net9.0-windows or {netversion}-net9.0-windows7.0

	E.g.  net9.0-windows

Package Info (Old)

Platform/Feature Package name Stable Beta
WPF Humbatt.UI.Toolkit.WPF NuGet NuGet
Metro(MahApps) Humbatt.UI.Toolkit.WPF.Metro NuGet NuGet
MVVM Humbatt.UI.Toolkit.WPF.Mvvm NuGet NuGet

Package Info (New)

Platform/Feature Package name Stable Beta
Desktop (WinUI and WPF) Humbatt.UI.Toolkit.Desktop NuGet NuGet
MahApps Humbatt.UI.Toolkit.Desktop.MahApps NuGet NuGet
MVVM Humbatt.UI.Toolkit.Desktop.Mvvm NuGet NuGet
MAUI Humbatt.UI.Toolkit.Mobile NuGet NuGet
Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 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
3.0.2501.71 31 1/7/2025
2.0.2406.201 138 6/20/2024
1.0.2112.281 468 12/28/2021
1.0.2102.52-prerelease 222 2/5/2021
1.0.2010.1414-prerelease 307 10/14/2020
1.0.2010.131-prerelease 266 10/13/2020

Added support for .NET 9.0