NTI.Toolkit.WPF 1.5.1

Prefix Reserved
dotnet add package NTI.Toolkit.WPF --version 1.5.1
                    
NuGet\Install-Package NTI.Toolkit.WPF -Version 1.5.1
                    
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="NTI.Toolkit.WPF" Version="1.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NTI.Toolkit.WPF" Version="1.5.1" />
                    
Directory.Packages.props
<PackageReference Include="NTI.Toolkit.WPF" />
                    
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 NTI.Toolkit.WPF --version 1.5.1
                    
#r "nuget: NTI.Toolkit.WPF, 1.5.1"
                    
#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=NTI.Toolkit.WPF&version=1.5.1
                    
Install NTI.Toolkit.WPF as a Cake Addin
#tool nuget:?package=NTI.Toolkit.WPF&version=1.5.1
                    
Install NTI.Toolkit.WPF as a Cake Tool

NTI Toolkit WPF

Controls

  • ContentLabel
  • CheckComboBox
  • CheckGridViewColumn
  • NumberBox, NumberUpDown
  • ObjectEditor
  • FolderPathTextBox, OpenFilePathTextBox, SaveFilePathTextBox

Converters

  • BooleanConverter (inverse, and, enum, null)
  • FileInfoConverter (file path as string โ†” FileInfo)
  • SpaceConverter (inserts 'ยท' for every space ' ' in string)
  • VisibilityConverter (boolean, empty string, enum, enumerable, integer, null, boolean and)

Utilities

  • [DescriptionFromResource] Attribute
  • Enumeration Markup Extension
  • XamlDrawing Markup Extension
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. 
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

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.5.1 112 2/28/2025
1.5.0 93 2/25/2025
1.4.0 135 9/4/2024
1.3.1 114 8/7/2024
1.3.0 131 5/14/2024
1.2.0 132 5/7/2024
1.1.2 378 2/7/2024
1.1.1 121 2/1/2024
1.1.0 114 2/1/2024
1.0.3 139 1/22/2024
1.0.2 112 1/22/2024
1.0.1 106 1/22/2024
1.0.0 135 1/18/2024

Improve keyboard navigation of CheckComboBox