FullControls 1.5.0

.NET 5.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package FullControls --version 1.5.0
NuGet\Install-Package FullControls -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FullControls" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FullControls --version 1.5.0
#r "nuget: FullControls, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FullControls as a Cake Addin
#addin nuget:?package=FullControls&version=1.5.0

// Install FullControls as a Cake Tool
#tool nuget:?package=FullControls&version=1.5.0

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


>> Controls <<

Accordion
AvalonWindow
BorderedGrid
ButtonPlus
CheckBoxPlus
Collapsible
ComboBoxItemPlus
ComboBoxPlus
FlatContextMenu
FlatMenu
FlatMenuItem
FlatMenuSeparator
FlatMenuSpace
FlatMenuTitle
FlexWindow
FullWindow
GlassScrollBar
GlassScrollViewer
ItemsControlAccordionItem
PasswordBoxPlus
RadioButtonPlus
RepeatButtonPlus
SimpleAccordionItem
Switcher
TextBoxPlus
ToggleButtonPlus
WindowTitleBar

Product Versions
.NET net5.0-windows7.0
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • 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 114 2/16/2023
2.0.4 469 5/26/2022
2.0.3 316 5/21/2022
2.0.2 308 5/18/2022
2.0.1 340 5/13/2022
2.0.0 355 5/8/2022
1.5.1 647 8/20/2021
1.5.0 390 5/20/2021
1.4.2 367 5/16/2021
1.4.1 374 5/15/2021
1.4.0 330 5/11/2021
1.3.0 324 3/9/2021
1.2.4 416 1/4/2021
1.2.3 405 12/28/2020
1.2.2 410 12/25/2020
1.2.1 404 12/14/2020
1.2.0 563 12/13/2020
1.1.2 379 12/3/2020
1.1.1 681 12/2/2020
1.1.0 671 12/1/2020
1.0.2 430 11/22/2020
1.0.1 577 11/21/2020
1.0.0 591 11/21/2020

Added BorderedGrid.
Added ShallowClone to AccordionItemCollection, added Reset and Clear to Accordion.
Added GetExecutingFile in Tools that uses the native method GetModuleFileName to get the executing file.
Updated GetExecutingDirectory to use GetExecutingFile to get the executing directory.
Renamed E...Controls in Controls...Plus to better highlight their original name (the old controls are still available but deprecated).
Optimized OnVStateChanged to set the correct initial v-state.
Fixed a problem preventing some WindowCommands to be executed at window state changing.
General optimizations.