DashMVVM 0.1.1
See the version list below for details.
dotnet add package DashMVVM --version 0.1.1
NuGet\Install-Package DashMVVM -Version 0.1.1
<PackageReference Include="DashMVVM" Version="0.1.1" />
paket add DashMVVM --version 0.1.1
#r "nuget: DashMVVM, 0.1.1"
// Install DashMVVM as a Cake Addin #addin nuget:?package=DashMVVM&version=0.1.1 // Install DashMVVM as a Cake Tool #tool nuget:?package=DashMVVM&version=0.1.1
Inspired by MvvmCross for Xamarin.Android and Xamarin.iOS, this is a basic Mvvm library for WinForms that seeks to channel the ease, structure and clarity that simple, robust and predictable databinding brings to apps.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. 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. |
This package has 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 |
---|---|---|
0.2.3 | 1,266 | 12/22/2016 |
0.2.2 | 1,066 | 10/22/2016 |
0.2.1 | 1,015 | 10/22/2016 |
0.1.9 | 1,023 | 10/21/2016 |
0.1.8 | 1,042 | 10/16/2016 |
0.1.7 | 1,017 | 8/19/2016 |
0.1.6 | 1,124 | 8/3/2016 |
0.1.5 | 1,300 | 8/3/2016 |
0.1.4 | 1,240 | 8/3/2016 |
0.1.3 | 1,082 | 7/4/2016 |
0.1.2 | 1,043 | 7/3/2016 |
0.1.1 | 1,015 | 7/3/2016 |
0.1.0 | 1,082 | 7/2/2016 |
0.0.9 | 1,026 | 7/2/2016 |
0.0.8 | 1,304 | 6/26/2016 |
0.0.7 | 1,045 | 6/23/2016 |
0.0.6 | 998 | 6/21/2016 |
0.0.5 | 1,054 | 6/21/2016 |
0.0.4 | 1,445 | 6/18/2016 |
0.0.3 | 1,866 | 6/13/2016 |
Version 0.1.1 - Misc bug fixes.
Version 0.1.0 - Fixed below bug but for real this time.
Version 0.0.9 - Fixed bug causing ListViews without columns not to populate.
Version 0.0.8 - Improved support for ListViews by adding capability to specify column headers and their widths.
Version 0.0.7 - Transfered binding functionality from DashView to a DashViewHandle component, this allows binding without necessarily inheriting the DashView
Version 0.0.6 - Fixed bug that was causing the Binder to attempt to assign values to comboboxes on background threads instead of the UI thread in multithreaded code.
Version 0.0.5 - Improved support for Comboboxes by implementing two-way binding.
Version 0.0.4 - Added support for Comboboxes
https://github.com/nyingi/DashMVVM/blob/master/README.md