AutoScroll on TabPage

rogerm

Member
Joined
Apr 6, 2007
Messages
15
Programming Experience
3-5
I am writing strings of text to a TabPage graphics object . Works great but the AutoScroll property does not work when I extend past the bottom. Any advice?
 
Set AutoScrollMinSize property to achieve this, AutoScroll only automatically enable scrolling when a child control extend the visible area of the container.
You may also find the tip about transforming graphics here useful: Understanding Auto-Scroll
 
Back
Top