ScrollBar inside a tablelayoutpanel

A

avanti

Hi,

I am trying to get ScrollBars inside a tablelayoutpanel in Visual C#.
This will help me when rows get added to the tablelayoutpanel at
runtime. Is there a link that illustrates this?

Thanks,
Avanti
 
B

Brendan Green

Set AutoScroll = true.

When the control contents grow larger than the visible area, scroll bars are
automatically added.
 

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