CryLib.WPF 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CryLib.WPF --version 3.0.0
NuGet\Install-Package CryLib.WPF -Version 3.0.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="CryLib.WPF" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CryLib.WPF --version 3.0.0
#r "nuget: CryLib.WPF, 3.0.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 CryLib.WPF as a Cake Addin
#addin nuget:?package=CryLib.WPF&version=3.0.0

// Install CryLib.WPF as a Cake Tool
#tool nuget:?package=CryLib.WPF&version=3.0.0

Collection of WPF controls such as designable Buttons, Textboxes, Graphs, Styles and Windows.

Product Compatible and additional computed target framework versions.
.NET net7.0-windows10.0.20348 is compatible.  net8.0-windows was computed.  net8.0-windows10.0.20348 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CryLib.WPF:

Package Downloads
CryLib.WPF.Network

WPF extension to display network activity

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.3 95 4/13/2024
3.0.0 115 1/20/2024
2.1.1 155 8/30/2023
2.1.0 130 8/19/2023
2.0.0 148 5/14/2023
1.2.1 365 2/6/2021

- Added .Net 8 support
- Added extension BrushFromHex to convert a given hex as a string to a SolidColorBrush
- Added design choice to GroupMenu
- Added design choice to CheckBox
- Added design choice to SliderCheckBox
- Added FolderComparer control
- Added CryViewer control
- Fixed binding issues
- Fixed some issues with FileExplorerTile
- Standardized margins and paddings for controls
- Updated FileSearchControl
- Updated CryWindow(Designable) top right Button references to CryButton
- Improved GroupMenu functionality
- Replaced old CryButton references to the new version (previously introduced)
- Replaced old CheckBox references to the new version (previously introduced)