______prevents a user from resizing a window
Answers
Answered by
172
There are a few of workarounds for this:
- Set maximum size property to a value you prefer. If you do not want the application window to be shrunk as well, then set a minimum size property.
- Set FormBorderStyle to FixedSingle or FixedDialog.
Hope it helps you.
Answered by
1
Answer:
There are a few of workarounds for this:
Set maximum size property to a value you prefer. If you do not want the application window to be shrunk as well, then set a minimum size property.
Set FormBorderStyle to FixedSingle or FixedDialog.
Hope it helps you.
Similar questions