You can use the Dock or Anchor properties of the embedded control, or, if
the resizing needs are a little more complicated, you can override the
OnResize method of the UserControl and adjust the embedded controls size
from within that method.

Signature
Tim Wilson
.Net Compact Framework MVP
> Hi,
>
[quoted text clipped - 4 lines]
> Cheers,
> Rich
joeycalisay - 07 Jun 2005 12:13 GMT
or if you don't want to use Dock and Anchor you can provide your own
layout routine on the OnLayout method of your UserControl...