How to disable resizing a custom user control?

  • Thread starter Thread starter mehdi_mousavi
  • Start date Start date
M

mehdi_mousavi

Hi,
I've written a custom user control, say, MyControl that's being derived
from System.Windows.Forms.UserControl. The problem is that I need the
control to be fixed size; i.e., I donot want the control to be resized
either in design mode, or run-time. How can I do that?

Any help would be highly appreciated,

Cheers,
Mehdi
 
Back
Top