Hello
can someone tell me whats the best way to place user controls on a
form?
I have to place a dynamic numer of usercontrols inside a form and of
course the form needs to show up scrollbars.
I thought of building a container-control (derived from UserControl)
that uses Autoscroll=true and add the final usercontrols inside this
container.
Could this work or is there some better way?
_thanks
Marc Gravell - 23 Nov 2006 12:53 GMT
How about just dropping them into a Panel with AutoScroll enabled?
Marc
hula - 23 Nov 2006 13:30 GMT
Marc Gravell schrieb:
> How about just dropping them into a Panel with AutoScroll enabled?
>
> Marc
Yea
was al little bit faster :)
hula - 23 Nov 2006 13:01 GMT
hula schrieb:
> Hello
>
[quoted text clipped - 9 lines]
>
> _thanks
Ok Forget the question .....
Use a panel and set autoscroll ......
Thats realy simple now :)