FullControls 1.1.0
See the version list below for details.
dotnet add package FullControls --version 1.1.0
NuGet\Install-Package FullControls -Version 1.1.0
<PackageReference Include="FullControls" Version="1.1.0" />
paket add FullControls --version 1.1.0
#r "nuget: FullControls, 1.1.0"
// Install FullControls as a Cake Addin
#addin nuget:?package=FullControls&version=1.1.0
// Install FullControls as a Cake Tool
#tool nuget:?package=FullControls&version=1.1.0
Set of controls that update standard controls to be fully customizable.
Controls included:
+ EButton
+ EComboBox
+ EComboBoxItem
+ EPasswordBox
+ ETextBox
+ EToggleButton
+ ERepeatButton
+ EWindow
+ GlassScrollBar
+ GlassScrollViewer
+ PolymorphicMenuItem
A full description of the controls can be found on the github repository.
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.1.0 | 103 | 2/16/2023 | |
2.0.4 | 462 | 5/26/2022 | |
2.0.3 | 309 | 5/21/2022 | |
2.0.2 | 301 | 5/18/2022 | |
2.0.1 | 333 | 5/13/2022 | |
2.0.0 | 348 | 5/8/2022 | |
1.5.1 | 640 | 8/20/2021 | |
1.5.0 | 389 | 5/20/2021 | |
1.4.2 | 364 | 5/16/2021 | |
1.4.1 | 373 | 5/15/2021 | |
1.4.0 | 329 | 5/11/2021 | |
1.3.0 | 323 | 3/9/2021 | |
1.2.4 | 415 | 1/4/2021 | |
1.2.3 | 404 | 12/28/2020 | |
1.2.2 | 409 | 12/25/2020 | |
1.2.1 | 403 | 12/14/2020 | |
1.2.0 | 562 | 12/13/2020 | |
1.1.2 | 378 | 12/3/2020 | |
1.1.1 | 680 | 12/2/2020 | |
1.1.0 | 670 | 12/1/2020 | |
1.0.2 | 429 | 11/22/2020 | |
1.0.1 | 576 | 11/21/2020 | |
1.0.0 | 590 | 11/21/2020 |
Added EWindow, ERepeatButton, GlassScrollBar, GlassScrollViewer, PolymorphicMenuItem.
Renamed controls to better naming.
Added a DropShadowEffect to the ComboBox.
Now is possible to change the ComboBox arrow.
Changed ScrollViewer of the ComboBox to GlassScrollViewer, and added possibility to change its style by a ScrollViewerStyle property.
Corrected the PasswordBox to use custom context menus.