Need scrollable container to hold controls in Win app

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
R

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
 
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.
 
Back
Top