How can i control over my userControl's resize behavior at design-time as
same as the .NET textbox control ?

I mean

Mutliline = false : resize only width
Multiline = true : resize both width and height

How can i make this happen ?

Thank you