Replies: 2 comments 3 replies
-
|
Hello Fred. It's the procedure TMainForm.AfterCreate;
begin
Sizeable := FALSE; |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Thanks Fred for reporting it. Their was a timing issue, of when the resizing restriction must take effect. It should be fixed in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MinHeight := 100;works, when resizing the minimum height is blocked to 100.But with
MaxHeight := 100;does not work, resizing height > 100 is possible (with garbage in the height > 100) .How to avoid resizing?
Beta Was this translation helpful? Give feedback.
All reactions