Do you know Windows Forms should have a minimum size to avoid unexpected UI behavior
Last updated by Chloe Lin [SSW] about 2 months ago.See historyIf windows form does not setup a minimum size, your users could have unpredictable form behaviour as seen below:

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

