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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top