Prevent users from resizing the window/form size

前端 未结 11 1005
粉色の甜心
粉色の甜心 2020-12-01 23:28

User can change form size. I do not find a property of form that do not allow user to change form size.

11条回答
  •  情歌与酒
    2020-12-01 23:59

    The form has MinimumSize and MaximumSize properties that you can set to control this. You might use this if you want to keep the standard form border.

提交回复
热议问题