Dirkster.UnitComboLib
1.1.0
dotnet add package Dirkster.UnitComboLib --version 1.1.0
NuGet\Install-Package Dirkster.UnitComboLib -Version 1.1.0
<PackageReference Include="Dirkster.UnitComboLib" Version="1.1.0" />
paket add Dirkster.UnitComboLib --version 1.1.0
#r "nuget: Dirkster.UnitComboLib, 1.1.0"
// Install Dirkster.UnitComboLib as a Cake Addin #addin nuget:?package=Dirkster.UnitComboLib&version=1.1.0 // Install Dirkster.UnitComboLib as a Cake Tool #tool nuget:?package=Dirkster.UnitComboLib&version=1.1.0
UnitComboLib
The WPF UnitComboBox Control implements a combobox that allows the selection of values from different lists based on different units. Each list can represent a different unit (eg.: Celsius, Farenheit) and the viewmodel takes care of always converting to one unit (e.g. Celsius). This backend unit is (via conversion) independent of the actual unit selected by the user.
https://github.com/Dirkster99/UnitComboLib
More Details and samples: https://www.codeproject.com/Articles/575645/Inheriting-from-a-Look-Less-WPF-Control
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dirkster.UnitComboLib:
Repository | Stars |
---|---|
Dirkster99/Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
|
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.