S
Stewart Berman
I have a compound custom control derived from UserControl. It has three controls on it -- two
custom controls and a Label control. When the control is added to a from and then resized using the
Designer how do I trap the resize event so I can resize the child controls?
I have tried the using:
protected override void OnSizeChanged(EventArgs e)
But it doesn't get called when the control is resized in the Designer.
custom controls and a Label control. When the control is added to a from and then resized using the
Designer how do I trap the resize event so I can resize the child controls?
I have tried the using:
protected override void OnSizeChanged(EventArgs e)
But it doesn't get called when the control is resized in the Designer.