- NuGet Information
- Discord Server
- Version History
- Breaking Changes
- Known Issues & Workarounds
Module Name | Current Version | Github License |
---|---|---|
Module Name | Current Version | Github License |
---|---|---|
Module Name | Current Version | Github License |
---|---|---|
Keep up-to-date here
=======
The online help will give an overview of what the toolkit is capable of.
If you require the full API reference, you can download the latest version by clicking the link below.
=======
Full information about support can be found here
See Krypton Toolkit release cadence
To find out more about the differences between Nightly
, Canary
and Stable
packages, please read this article.
To find out how to install either Canary
or Nightly
versions, please check out this article.
=======
Development of the Krypton Standard Toolkit is supported by these generous organisations:
JetBrains provides cutting-edge IDE and developer productivity tools. | YourKit provides a market-leading intelligent Java Profiler and .NET Profiler. |
=======
Follow the links to see the different objects and layouts that this framework allows you to do: Toolkit Demos
=======
=======
=======
There are list of changes that have occurred during the development of the V80.## version
As of V80.##, support for .NET Core 3.1 and .NET 5 has been removed due to their release cadences. It is strongly advised that you migrate your application to .NET 8, as the latest LTS version, or the slightly older .NET 6, if you require a more supported version. If you do not make these mitigations, the packages will fail to install when upgrading, if your project is configured to use either .NET Core 3.1 and .NET 5.
-
#728:
Bring MessageBox States inline with latest .Net 6 by using a new
KryptonMessageBoxButtons
type, which is effectively the same as .NET 6 enum version ofMessageBoxButtons
but backward compatible with .NET Framework 4.6.x onwards.
-
KryptonPalette
has becomeKryptonCustomPaletteBase
to better signify it's usage. -
IPalette
has been removed, and the usage ofPaletteBase
throughout the toolkit is used; to ensure consistent usage.
In a effort to support translations, KryptonManager.Strings
is now obsolete. As such, the new KryptonLanguageManager
will handle such strings.
There are list of changes that have occurred during the development of the V70.## version
If you are getting scaling problems in high dpi monitors, then please add an application manifest to your MainForm application, and uncomment the section that covers the dpiAware
setting.
As of v70.xx, the KryptonTaskDialog
now uses the built-in KryptonMessageBoxIcon
instead of the standard System.Windows.Forms.MessageBoxIcon
. This will cause errors within your project. To resolve, simply replace MessageBoxIcon
with the KryptonMessageBoxIcon
equivalent.
Both Font1 & Font2 have been removed from Cargo
, as they were not used.
The standard MessageBoxIcon
option has been removed in favour of the built-in KryptonMessageBoxIcon
. In addition, the MessageBoxDefaultButton
has also been removed in favour of the built-in KryptonMessageBoxDefaultButton
.
After updating to v70, you may need to sign your assemblies for a successful build. To find out how to do this, click here.
As of version 60, all using
statements are contained in one file per project unless otherwise. For details, please read this article.
=======
-
#1109 - KryptonPropertyGrid 'jagged' text
- Some controls can display
Jagged text
when drawing. (i.e. ComboBox contents / PropertyGrid / Extended controls ) This is due to the usage of the Legacy APIApplication.SetCompatibleTextRenderingDefault
having a value oftrue
. Please set it to false.
- Some controls can display
-
#665 - Workaround add
net48
ornet481
to your<TargetFrameworks>
if using .NET 6 or 7 -
.NET 6/7 Designer issues - If you are experiencing designer issues with your project, please refer to this for more information
-
URGENT: If anyone experiences "Double events" such as the one found here, please can you report it ASAP, so that they can be investigated. Thanks!
=======
The Krypton Suite contains user interface components designed to make it quick and easy for developers to create professional looking applications. It provides the essential building blocks needed to create a consistent look and feel across all your products. You can use the built-in palettes to achieve the same appearance as industry standard applications such as Microsoft Office 2007/2010/2013
& Microsoft 365, Visual Studio 2010. Alternatively you can create your own custom palettes to create a completely unique user interface. The Krypton Suite consists of five products called Krypton Toolkit, Krypton Ribbon, Krypton Navigator, Krypton Workspace and Krypton Docking.
- Modifications by Peter Wagner (aka Wagnerp) & Simon Coghlan (aka Smurf-IV) have been fixing and adding more capabilities to this toolkit.
- There is also an Extensions project, which takes these base controls and add more useful complete controls (Currently outside the scope of this help). To find out more, please head to this link
- All .Net Versions from 4.6.2 are catered for (interim releases, i.e. releases in-between Long Term Support (LTS) versions of .NET will only be supported for the duration of that particular version, usually 24 months.)
- New versions of NuGet packages can be obtained via this link, or via your package manager by searching
Krypton.
. - New, major versions are released annually, with patches if needed released throughout that period. Version 80 is expected to release in November 2023.
- For tips on how to build the toolkit for yourself, please read the following article.
The Krypton Toolkit provides a set of basic user interface components for free. You can distribute the signed Krypton Toolkit assembly without charge or royalty with your own products. The Krypton Toolkit is great resource for speeding up development of professional looking applications. It works in tandem with the MenuStrip, StatusStrip and ToolStrip controls that come with .NET Framework controls. Using the Krypton Toolkit you can create a great looking application in just minutes.
The Krypton Ribbon is designed to mimic the look, feel and operation of the ribbon control seen in the Microsoft Office 2007/2010/2013/365
applications such as Word and Excel. It provides advanced capabilities including the quick access toolbar, contextual tabs and auto shrinking groups. With rich design time support and sample code you can be up and running with the ribbon in no time at all. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.
The Krypton Navigator is a user interface control that provides the user with a variety of ways to navigate around a set of pages. Think of it as a traditional TabControl on steroids. It has many different modes of operation allowing you to achieve exactly the right operation for your application. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.
The Krypton Workspace allows a document area to be created that the user can customise by dragging and dropping pages into new positions. Similar to the Visual Studio document area but with far greater flexibility and functionality. Each cell within the workspace uses an instance of the Krypton Navigator allowing a wide range of options for organising and displaying pages. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.
The Krypton Docking set of components allow the user to drag and drop docking pages into new locations in order to customise the organisation of the application content. It allows this in a way similar to that of Visual Studio 2008/2010. Each docking area uses an instance of the Krypton Workspace allowing a wide range of options for organising and displaying pages. It integrates with the Krypton Toolkit architecture to ensure a consistent look and feel.