Computer Science, asked by maragathamdishanth, 1 month ago

______prevents a user from resizing a window​

Answers

Answered by llDishantll
172

\huge{\mathfrak{\red{Answer}}}

There are a few of workarounds for this:

  • Set maximum size property to a value you prefer. If you do not want the application window to be shrunk as well, then set a minimum size property.
  • Set FormBorderStyle to FixedSingle or FixedDialog.

Hope it helps you.

Answered by narmada3334
1

Answer:

There are a few of workarounds for this:

Set maximum size property to a value you prefer. If you do not want the application window to be shrunk as well, then set a minimum size property.

Set FormBorderStyle to FixedSingle or FixedDialog.

Hope it helps you.

Similar questions