UniversalFormsToolkit 1.0.13
See the version list below for details.
dotnet add package UniversalFormsToolkit --version 1.0.13
NuGet\Install-Package UniversalFormsToolkit -Version 1.0.13
<PackageReference Include="UniversalFormsToolkit" Version="1.0.13" />
paket add UniversalFormsToolkit --version 1.0.13
#r "nuget: UniversalFormsToolkit, 1.0.13"
// Install UniversalFormsToolkit as a Cake Addin #addin nuget:?package=UniversalFormsToolkit&version=1.0.13 // Install UniversalFormsToolkit as a Cake Tool #tool nuget:?package=UniversalFormsToolkit&version=1.0.13
This small framework will help you to build forms fast and easy in your UWP apps.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
UAP 10.0
- Callisto (>= 1.4.0)
- Microsoft.Xaml.Behaviors.Uwp.Managed (>= 1.1.0)
- winrtxamltoolkit (>= 2.0.0)
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.0.34 | 1,767 | 6/23/2020 |
1.0.33 | 966 | 6/23/2020 |
1.0.32-pre | 834 | 6/23/2020 |
1.0.31-pre | 818 | 6/23/2020 |
1.0.30-pre | 763 | 6/23/2020 |
1.0.29-pre | 787 | 6/23/2020 |
1.0.28-pre | 853 | 6/23/2020 |
1.0.27-pre | 800 | 6/23/2020 |
1.0.26 | 932 | 6/23/2020 |
1.0.25 | 965 | 6/23/2020 |
1.0.24 | 1,268 | 9/11/2019 |
1.0.23 | 1,011 | 9/10/2019 |
1.0.22 | 1,192 | 12/3/2018 |
1.0.21 | 1,170 | 11/21/2018 |
1.0.20 | 1,304 | 7/23/2018 |
1.0.19 | 1,520 | 5/16/2017 |
1.0.18 | 1,476 | 4/17/2017 |
1.0.17 | 1,466 | 2/23/2017 |
1.0.16 | 1,441 | 2/18/2017 |
1.0.15 | 1,437 | 2/10/2017 |
1.0.14 | 1,415 | 2/10/2017 |
1.0.13 | 1,462 | 9/16/2016 |
1.0.13-alpha01 | 1,253 | 5/14/2016 |
1.0.12 | 1,453 | 5/4/2016 |
1.0.12-alpha06 | 2,300 | 4/18/2016 |
1.0.12-alpha05 | 1,227 | 4/18/2016 |
1.0.12-alpha04 | 1,223 | 4/17/2016 |
1.0.12-alpha03 | 1,320 | 4/14/2016 |
1.0.12-alpha02 | 1,216 | 4/13/2016 |
1.0.12-alpha01 | 1,251 | 4/11/2016 |
1.0.11 | 1,491 | 4/10/2016 |
1.0.11-alpha8 | 1,340 | 4/9/2016 |
1.0.11-alpha7 | 1,246 | 4/9/2016 |
1.0.11-alpha6 | 1,240 | 4/9/2016 |
1.0.11-alpha5 | 1,278 | 4/8/2016 |
1.0.11-alpha4 | 1,238 | 4/8/2016 |
1.0.11-alpha3 | 1,235 | 4/8/2016 |
1.0.11-alpha2 | 1,220 | 4/8/2016 |
1.0.11-alpha | 1,242 | 4/8/2016 |
1.0.10 | 1,469 | 4/6/2016 |
1.0.9 | 1,452 | 4/6/2016 |
1.0.8-alpha | 1,261 | 4/6/2016 |
1.0.7 | 1,451 | 4/2/2016 |
1.0.6 | 1,459 | 4/1/2016 |
1.0.5 | 1,485 | 4/1/2016 |
1.0.4 | 1,396 | 4/1/2016 |
1.0.3 | 1,412 | 4/1/2016 |
1.0.2 | 1,404 | 4/1/2016 |
1.0.1 | 1,410 | 4/1/2016 |
1.0.0 | 1,450 | 4/1/2016 |
https://github.com/RikardoPons/UniversalFormsToolkit/blob/master/README.md
Build Forms for UWP Windows 10
Features
- Create a form based in a bussines Object
- Use attributes to set the order or the controls
- Support common controls like textbox,combobox,DateTimePicker,NumericUpdown etc..
- Build a read only form
- Supported a simple validation
See also
- UniversalFormsToolkit works better with validations using MVVM Validation Helpers.
- You can use your own logic to validate your bussines objects.
1.0.13
- Fixed some bugs with the minimum size of the items
1.0.11 Added more features
- Summary control
- Improved performance
- Fixed some bugs with some attributes
1.0.9 Fixed bugs with nullable datetime
1.07
fixed minor bugs
1.0.6
Fixed problems with the title of the form