Do you know Windows Forms should have a minimum size to avoid unexpected UI behavior
Updated by Tiago Araújo [SSW] 9 months ago. See history
123
If windows form does not setup a minimum size, your users could have unpredictable form behaviour as seen below:

❌ Figure: Bad example - Unexpected window form
Therefore, a standard has been built to ensure Windows forms have a minimum size.

✅ Figure: Good Example - User friendly window form