Home All Groups Group Topic Archive Search About

Need scrollable container to hold controls in Win app

Author
3 Mar 2006 2:55 PM
Ronald S. Cook
I want to have controls on my Windows form app that I can scroll to see
more.  I don't want to scroll the whole form, just the container holding the
controls.  What type of container should I use to do this?



Thanks,

Ron

Author
3 Mar 2006 3:34 PM
Cerebrus
Hi Ronald,

>From your description, it seems that the Panel control is the best
option for you. Set it's AutoScroll property to True, and then add all
the controls you want. Have you tried it ?

HTH,

Regards,

Cerebrus.