Flow Layout Panel missing scroll bars...

  • Thread starter Thread starter Rob
  • Start date Start date
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 ?
 
Never mind...

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