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
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