sdreb3421

Results 13 issues of 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...

bug

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....

bug

Remove shadows for context menus. Or add property to turn on and off.

enhancement
new feature
suggestion

Remove tool tip shadows for Min, Max, Close buttons. Alternatively, give access to their tooltip properties, which already includes tooltip shadows.

enhancement
new feature
suggestion

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: ![image](https://user-images.githubusercontent.com/1911567/150245040-72a55450-8012-4e4e-a0a7-716d1d98e6a6.png) Canary: ![image](https://user-images.githubusercontent.com/1911567/150244649-c98f7174-d5be-44ee-a476-01957ef7d727.png)

bug
fixed
regression

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.

enhancement
new feature
suggestion

The ToolTipManager properties (open/close interval) are only available programatically. Should be in designer properties to match standard windows forms tooltips.

enhancement
new feature
suggestion

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...

enhancement
new feature
suggestion

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); ![image](https://user-images.githubusercontent.com/1911567/131260277-b60d1bb8-6f55-492b-9e58-af810d4d8c31.png)

confirming

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.