Windows bounds

  • Thread starter Thread starter Jacobo Rodriguez
  • Start date Start date
J

Jacobo Rodriguez

Hello, there are any way to set a minimum and maximun size for a form
even thought the user resize the window?
I want allow resizing the form having a minimun and maximun size. I'd
tried do it with the on resize event, and I can do it, but the form
flicker over or under these limits.
Thank you

--
Jacobo Rodríguez Villar

Proyectos en desarrollo:

http://www.typhoonlabs.com
 
Hi Jacobo,

Form has MinimumSize and MaximumSize properties.
You can use them.
 
Back
Top