I have a simple composite control that contains a Label
with a textbox immediately below the label.
At design time, when the developer resizes the control, I
would like to resize the contained Textbox so that its
width is slightly less than the width of the control.
Anyone know how to do this?


Reply With Quote