HI Dan
Thats what i did, anchored it to bottom right so that when resize from
bottom right it would work.
Tried your way and acnhored to all sides but now it resizes too much
compared to the window
"Dan Manges" <(E-Mail Removed)> wrote in message
news

bfjg.57458$(E-Mail Removed)...
> Daniel wrote:
>> How do i get the control to resize as well in proportion to the form its
>> on?
>
> To get the control to resize with the form you'll have to anchor to both
> sides (top/bottom, left/right, or all four). For example, if you anchor
> to left and right your control will grow wider when the form resizes, but
> not higher.
>
> Dan Manges