Flow Layout Panel missing scroll bars...

R

Rob

I am dynamically creating a FlowLayoutPanel inside of a Tab Page of a Tab
Control...

On the form (outside the Tab Control), there is a button that adds a user
defined control into the FlowLayoutPanel within the Selected Tab.

This is working fine, except that when over five of the user defined
controls get added to the FlowLayoutPanel, they are not accessible because
the scroll bars do not appear.

What property must I set in order to get the scroll bars to appear ?

I've tried AutoSize, AutoScroll...

There is a Vertical scroll property that is apparently "read only" ?

Any Ideas ?
 
R

Rob

Never mind...

I had set the Height too large for the tab, thus causing the scroll to never
get invoked... my fault...
 

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