vertical scrollbar in a tabpage

M

marc

Hello

I wan't to place a number of dynamic controls into a tabpage (based on
number of records in a table)

if the number of controls that are place under each other are displayed
outside the tabpage, I want to display a vetical scrollbar in the tabpage.

Is this possible and is so can you give me a hint??


Thanks
Marc
 
H

Herfried K. Wagner [MVP]

* "marc said:
I wan't to place a number of dynamic controls into a tabpage (based on
number of records in a table)

if the number of controls that are place under each other are displayed
outside the tabpage, I want to display a vetical scrollbar in the tabpage.

Is this possible and is so can you give me a hint??

Add the controls to a Panel with its 'AutoScroll' property set to
'True'.
 

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

Top