I have a Custom Server Control made from Composite Controls. I inherit the System.Web.UI.WebControls.WebControl. I instantiate a html table and add 4 image controls in a 2 by 2 matrix, each image in it own cell. I set each imageurl to a file and the images appear in design time as I want them too. When I resize the control in the design mode in application I can increase the size without any problem, and the images do not change size on the fly. That is ok with me (although it would be great if they would). But if I try to make the control smaller the control will 'bump' up against the images and not allow a smaller height or width.
Thanks for any help on this.