Minimum width and height property (resize)

Started by Steven Pringels, January 25, 2013, 11:12:52 AM

Previous topic - Next topic

Steven Pringels

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

Eddy Van Esch

#1
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
Eddy