-
Notifications
You must be signed in to change notification settings - Fork 63
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]: KryptonInputBox cutting off text #402
Comments
@Smurf-IV Is it possible to dynamically resize a KIB like a messagebox? |
Looks like it'll have to, Word Wraps always complicate things... |
Can you allow the user to set the size manually too? that way it ensures in case the auto size fail, the developer can have some control. Also, it would allow the developer to create a size that is maybe visually preferred. |
Next would be |
@Smurf-IV I created a new feature request. thanks. |
- add ` <NeutralLanguage>en</NeutralLanguage> <LangVersion>preview</LangVersion>` to standard exmple projects - Make sure style for csproj is spaces not tab Implements Krypton-Suite/Standard-Toolkit#402
- Add table layout for AutoSizing - Test AutoSizing #402
Hi @Smurf-IV, after the change you made the issue now as you seen below: the height auto adjust, but not the width, also the OK button on top of the Cancel button. I can now resize the pop-up, but that will only help to view the text on the right side that was cut off, but will not adjust the Cancel button to be viewed, see below: can you please re-open the issue. |
Thanks for testing.. |
That looks better! |
- Set correct anchor for cancel button - Remove "Test" border style #402
Works like a charm, this is awesome, thank you very much @Smurf-IV |
KryptonInputBox cut off text as seen in image below.
I have the latest Nightly update as of yesterday. I am using Windows 10 Enterprise. Build 19042.1110
The text was updated successfully, but these errors were encountered: