
Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
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.
>-----Original Message-----
>"ian.mcewan@atonement.net" <anonymous@discussions.microsoft.com> schrieb:
>> Hi, how can I make a UserControl scroll when host form is
>> resized?
>
>Set its 'AutoScrollPosition' accordingly.
Herfried K. Wagner [MVP] - 08 Dec 2004 17:40 GMT
"ian.mcewan@atonement.net" <anonymous@discussions.microsoft.com> schrieb:
> 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'.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/
ian.mcewan@atonement.net - 13 Dec 2004 09:23 GMT
Of course I tried that, but it is not sufficient to make
it work.
>-----Original Message-----
>"ian.mcewan@atonement.net" <anonymous@discussions.microsoft.com> schrieb:
[quoted text clipped - 3 lines]
>
>Set the usercontrol's 'AutoScroll' property to 'True'.