Results 1 to 2 of 2

Thread: Scrolling Bars on a Form

  1. #1

    Thread Starter
    Addicted Member Crushinator's Avatar
    Join Date
    Jan 2006
    Location
    The Dark Side of the Moon, MD
    Posts
    179

    Scrolling Bars on a Form

    Hello All,

    I have a form which has a picture box on it, and inside the picture box is an Application. But the application is too long for the Picture box, and too long for the form.

    How do I add those scroll bars to the Form so the user can scroll down and see the rest of the application?

    ~Crush
    Using Framework 2.0, VB.Net 2005.

  2. #2
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Scrolling Bars on a Form

    You can place it in a panel and then set "autoscroll" to true.

    Or just set the form to autoscroll, either or.
    Last edited by sevenhalo; Feb 27th, 2006 at 05:15 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width