Do you know Windows Forms should have a minimum size to avoid unexpected UI behavior

Last updated by Unknown almost 9 years ago.See history

If windows form does not setup a minimum size, your users could have unpredictable form behaviour as seen below: Bad window form

Figure: Bad Example - Unexpected window form

Therefore, a standard has been built to ensure Windows forms have a minimum size.

Good window form

Figure: Good Example - User friendly window form

We open source. Powered by GitHub