Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleUse a scrolled window in VB .NET
Keywordsscrolled window, scroll bars
CategoriesControls, Graphics
 
Place the stuff you want to scroll inside a Panel control. Set the Panel control's AutoScroll property to True. When the Panel and its contents are sized so the contents won't fit, the Panel automatically displays scroll bars.

This example has the Panel anchored to the edges of the form so you can resize the form to make the Panel larger and smaller.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated