-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: KryptonComboBox does not scale correct. Text becomes clipped. #1725
Comments
Hi @PontusLindberg, There was a fix for the text being clipped in the CBB, a while ago in this issue: #1455. This fix is in the release you are using. Is this what you are experiencing? |
My problem is that the ComboBox height does not scale. As long as I stick to 100% in development and runtime, everything looks fine. If I change to 150% in runtime (I stick to 100% at development) the ComboBox height does not scale at all, so it's clipped. Other controls look fine. My form is upgraded from 4.6.1 and no problems there. I will try and recreate a ComboBox to see if that helps. |
Can you please add to the topic start:
|
@Wagnerp Just used the latest branch of V85 and it appears to work as expected. |
This is critical for me, so I very much appreciate the info from @Smurf-IV. And I would also like to know when? |
Hi!
I have an issue with Krypton ComboBox height (not scaling correctly). I am running .net8 and the latest stable version of Krypton.Toolkit (85.24.6.176). I have seen the bug reported about this, but it does not seem to be fixed in the latest stable version? If not, when can I expect it to be fixed? Is there any workaround?
My form is upgraded from 4.6.1 and no problems there.
Windows version: Windows 11 Pro, 22631.3880
Toolkit: Krypton.Toolkit (85.24.6.176)
Net. 8.0
The KCBB is placed on a panel (not inside a TableLayoutPanel)
Screenshot:

Kind regards, Pontus
The text was updated successfully, but these errors were encountered: