Results 1 to 2 of 2

Thread: A Container Control with Scrollbar

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Hong Kong
    Posts
    83

    A Container Control with Scrollbar

    Are there any Container Control with Scrollbar in VB?

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Not as part of the standard distro, but you can subclass a container (picturebox is best) and add the WS_VSCROLL and WS_HSCROLL styles to it's window style...

    see this post
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

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