FullControls 1.4.1
See the version list below for details.
dotnet add package FullControls --version 1.4.1
NuGet\Install-Package FullControls -Version 1.4.1
<PackageReference Include="FullControls" Version="1.4.1" />
paket add FullControls --version 1.4.1
#r "nuget: FullControls, 1.4.1"
// Install FullControls as a Cake Addin
#addin nuget:?package=FullControls&version=1.4.1
// Install FullControls as a Cake Tool
#tool nuget:?package=FullControls&version=1.4.1
Reworked version of the most commonly used controls, plus some new special controls and extra functionality.
The fully overview, and examples, can be found here: https://github.com/devpelux/fullcontrols
The complete documentation can be found here: https://github.com/devpelux/fullcontrols/wiki
Product | Versions |
---|---|
.NET | net5.0-windows7.0 |
-
net5.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 | |
---|---|---|---|
2.0.4 | 311 | 5/26/2022 | |
2.0.3 | 237 | 5/21/2022 | |
2.0.2 | 227 | 5/18/2022 | |
2.0.1 | 254 | 5/13/2022 | |
2.0.0 | 270 | 5/8/2022 | |
1.5.1 | 592 | 8/20/2021 | |
1.5.0 | 378 | 5/20/2021 | |
1.4.2 | 352 | 5/16/2021 | |
1.4.1 | 358 | 5/15/2021 | |
1.4.0 | 318 | 5/11/2021 | |
1.3.0 | 309 | 3/9/2021 | |
1.2.4 | 402 | 1/4/2021 | |
1.2.3 | 394 | 12/28/2020 | |
1.2.2 | 396 | 12/25/2020 | |
1.2.1 | 391 | 12/14/2020 | |
1.2.0 | 546 | 12/13/2020 | |
1.1.2 | 368 | 12/3/2020 | |
1.1.1 | 656 | 12/2/2020 | |
1.1.0 | 645 | 12/1/2020 | |
1.0.2 | 419 | 11/22/2020 | |
1.0.1 | 560 | 11/21/2020 | |
1.0.0 | 572 | 11/21/2020 |
Removed system menu from the windows and added TitlebarContextMenu property to set a custom context menu.
Moved IDialog to FullControls.Common.
Optimized OnVStateChanged by moving the default values from OnApplyTemplate to OnVStateChanged.
Added uri reference for FullControls.Extra.Extensions.
Added Invert Size extension.
General optimizations.