cmdwtf.Toolkit.WinForms
0.30.0
See the version list below for details.
dotnet add package cmdwtf.Toolkit.WinForms --version 0.30.0
NuGet\Install-Package cmdwtf.Toolkit.WinForms -Version 0.30.0
<PackageReference Include="cmdwtf.Toolkit.WinForms" Version="0.30.0" />
paket add cmdwtf.Toolkit.WinForms --version 0.30.0
#r "nuget: cmdwtf.Toolkit.WinForms, 0.30.0"
// Install cmdwtf.Toolkit.WinForms as a Cake Addin #addin nuget:?package=cmdwtf.Toolkit.WinForms&version=0.30.0 // Install cmdwtf.Toolkit.WinForms as a Cake Tool #tool nuget:?package=cmdwtf.Toolkit.WinForms&version=0.30.0
A collection of controls, components, forms, dialogs, tools, extensions, and helpers to get a little more out of WinForms that isn't provided by the system components.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net5.0-windows7.0 is compatible. 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 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
-
.NETFramework 4.7.1
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
-
.NETFramework 4.7.2
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
-
.NETFramework 4.8
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
-
.NETStandard 2.1
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
-
net5.0
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
-
net5.0-windows7.0
- cmdwtf.Toolkit.Core (>= 0.30.0)
- System.Resources.Extensions (>= 5.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on cmdwtf.Toolkit.WinForms:
Package | Downloads |
---|---|
cmdwtf.Toolkit
A small collection of utility functions and tools created over the years, bundled up in a single package for easy inclusion and management. This is a meta package containing all the various bits of the toolkit. |
|
cmdwtf.Treemap
A Windows Forms control that can visualize flat or hierarchical data as a treemap, designed to be a pseudo drop-in replacement for System.Windows.Forms.TreeView. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 897 | 1/18/2023 |
0.31.0 | 1,128 | 10/9/2021 |
0.30.0 | 901 | 10/9/2021 |
0.29.0 | 891 | 9/29/2021 |
0.28.0 | 828 | 9/28/2021 |
0.27.0 | 944 | 9/26/2021 |
0.26.0 | 924 | 9/26/2021 |
0.25.0 | 908 | 9/25/2021 |
0.24.0 | 883 | 9/24/2021 |
0.23.0 | 864 | 9/24/2021 |
0.22.0 | 813 | 9/24/2021 |
0.21.0 | 836 | 9/23/2021 |
0.20.0 | 849 | 9/22/2021 |
0.19.0 | 888 | 9/16/2021 |
0.18.0 | 810 | 9/16/2021 |
0.17.0 | 882 | 9/16/2021 |
0.16.1 | 849 | 9/14/2021 |
0.16.0 | 873 | 8/8/2021 |
0.15.0 | 924 | 8/8/2021 |
0.14.0 | 908 | 5/17/2021 |
0.13.0 | 861 | 5/17/2021 |
0.12.0 | 782 | 3/16/2021 |
0.11.1 | 778 | 3/16/2021 |
0.11.0 | 694 | 3/15/2021 |
0.10.1 | 641 | 3/15/2021 |
0.10.0 | 676 | 3/15/2021 |
0.9.0 | 937 | 3/13/2021 |
Major refactoring to better organize as more classes are added. Split portions into sub namespaces: `Components`, `Controls`, `Controls.Bindable`, `DoubleBUffered`, `Forms`, `Extensions`. Most extension methods now live in the `Extensions` namespace, which can be `using`'d easier now. The classes themselves are no longer colliding with their core libary class names, so all that janky type aliasing or `static using` required before is no longer. Added several new items: Since v0.27.0, `AggregateFormContext`, `ProgressMeter`, `VolumeControl`, `ValueBar`, `SplitButton`, `ForcedWaitMessageBox`, `WaitingDialog`, and more. Cleanup and refactoring.