PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Steven Pringels on January 25, 2013, 11:12:52 AM

Title: Minimum width and height property (resize)
Post by: Steven Pringels on January 25, 2013, 11:12:52 AM
Hi Paul,

Maybe a nice addition would be the possbility to set the minimum width and height the control can be resized to. What happens is when the form gets smaller than the initial size, the control becomes very small or even invisible. So, a property that would catch the minimum width and height would solve this.

Kind regards
Steven
Title: Re: Minimum width and height property (resize)
Post by: Eddy Van Esch on January 25, 2013, 11:27:58 AM
Steven,
In a form you can set properties MinWidth and MinHeigth to appropriate values to determine the minimum size of the form when resizing. Normally, setting form minimum size should be sufficient to ensure minimum size of its controls too.

Kind regards