sdreb3421
sdreb3421
Using Visual Studio 2022 and NET6 designer. I assume this is an issue with NET6 designer. I am unable to target multiple frameworks due to Nuget library incompatibilities. Cannot use...
Using Visual Studio 2022, NET6 designer, and Krypton Toolkit Nightly 70.22.8.213. This also occurs in stable version 6.2201.4, so I assume its an issue with VS2022 and NET 6 designer....
Remove shadows for context menus. Or add property to turn on and off.
Remove tool tip shadows for Min, Max, Close buttons. Alternatively, give access to their tooltip properties, which already includes tooltip shadows.
The new canary build (60.22.1.17) has introduced stretching/cropping of the icons/images in the krypton form title bar. This could be related to #601. Stable:  Canary: 
Currently there is no way to modify the recent colors of a KryptonColorButton. Recommend adding the ability to modify recent colors at runtime and also potentially in the designer.
The ToolTipManager properties (open/close interval) are only available programatically. Should be in designer properties to match standard windows forms tooltips.
Most advanced TreeView controls in other libraries support selecting multiple nodes in the view. This could be visually added to the existing KryptonTreeView control with a simple workaround. Currently, the...
When using the DrawBitmap method to draw one bitmap over another, all semi-transparent pixels show up as fully opaque. g.DrawBitmap(backImage, this.ClientRectangle); g.DrawBitmap(frontImage, new D2DRect(0, 0, frontImage.Width, frontImage.Height), 1, D2DBitmapInterpolationMode.Linear); 
The first color in the color grid custom color list changes to the currently selected manager color even when AddCustomColors is false and EditMode is false.