Rules To Better Windows Forms
RuleSummaryIntro
Hold on a second! How would you like to view this content?
Just the title!
A brief blurb!
Gimme everything!
Page Content
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