Scrollbars

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JR

    Scrollbars

    How can i insert scrollbars to my form.
    I have textboxen that are created through runtime with Ubound.
    But on a small resulution they don't fit on the screen.

    Thanks a lot
  • J French

    #2
    Re: Scrollbars

    On 22 Nov 2003 03:52:57 -0800, jorenders@hotma il.com (JR) wrote:
    [color=blue]
    >How can i insert scrollbars to my form.
    >I have textboxen that are created through runtime with Ubound.
    >But on a small resulution they don't fit on the screen.
    >
    >Thanks a lot[/color]

    Put all your Controls on a Picturebox
    - a Picturebox can be larger than the size of a Form

    However, if your Form is 'too big' for the Screen, then it might be
    worth looking at the design of your App

    Users love Tab Strips

    Also, UserControls can be larger than a Form
    - given that you are generating some sort of list of Textboxes
    - it might be worth encapsulating the lot in a UserControl

    Comment

    • Randy Birch

      #3
      Re: Scrollbars

      support.microso ft.com > search for "scrollable viewport".

      --

      Randy Birch
      MVP Visual Basic

      Please respond only to the newsgroups so all can benefit.


      "JR" <jorenders@hotm ail.com> wrote in message
      news:4096148f.0 311220352.329db [email protected] gle.com...
      : How can i insert scrollbars to my form.
      : I have textboxen that are created through runtime with Ubound.
      : But on a small resulution they don't fit on the screen.
      :
      : Thanks a lot


      Comment

      Working...