Making a UserControl scroll when host form is resized

  • Thread starter Thread starter ian.mcewan
  • Start date Start date
As would indeed seem obvious. However it doesn't seem to
work the way it should.

For example if I set AutoScrollMinSize to 100,100, no
matter how small or large I resize the form, the
usercontrol DOES NOT have scrollbars attached.
 
For example if I set AutoScrollMinSize to 100,100, no
matter how small or large I resize the form, the
usercontrol DOES NOT have scrollbars attached.

Set the usercontrol's 'AutoScroll' property to 'True'.
 
Back
Top