-
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]: KryptonDockingManager - KryptonPage - MinimumSize not working #452
Comments
That's odd, just checked and the minimum size for a |
Have not "Played" with the Docking code, I think it might be overriding the page size (i.e. ignoring it !), |
This might have been fixed with the code changes in #459. |
No it has not been fixed. It appears that there are several issues here:
|
Arggh.. I don't like this Docking code .... |
Massive cleanup has been triggered to try and "see the wood for the trees" |
- Apply ReSharper coding style Part of Krypton-Suite/Standard-Toolkit#452 investigations
- Make usre "Special strings" are marked with a `@` - Make sure `ArgumentException` has the actual "Argument" that is causing the "Exception" - Apply `linq` over `foreach` condition statements - Fix some spelling mistakes - Apply constructor should be `protected` for abstract classes Fixes: #452
I've created a KryptonPage that has an attached UserControl. I want to configure the page so that it can't be resized smaller than 682 x 533. I'm setting the MinimumSize to 682 x 533. Though as I move and pages around in the WorkSpace I find that the KryptonPage set the MinimumSize on can be resized smaller than the MinumumSize of 682 x 533. Is there something more that I need to configure for the MinimumSize to work?
Thanks in advance,
The text was updated successfully, but these errors were encountered: