Results 1 to 8 of 8

Thread: Horizontal Scrollbar for a RichTextBox

  1. #1

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435

    Horizontal Scrollbar for a RichTextBox

    Can anyone get a horizontal Scrollbar for a RichTextBox to show! I can get a Vertical one, but not a horizontal one!

    Any suggestions!!
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  2. #2
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    Set the Scroll bar property to ForcedBoth

  3. #3

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I've already tried all the combinations (see below). But nothing seems to get the horizontal scrollbar!

    Last edited by RealNickyDude; Feb 9th, 2003 at 07:34 AM.
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  4. #4
    Addicted Member ProgrammerJon's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    203
    Set wordWrap to "False"

  5. #5

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    I would like to have wordwrap, but I would like the richtextbox to realise when a [b]image[/i] must be scrolled, but it doesn't seem to!
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  6. #6
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I dunno and I didn't try this but why do you want to scroll horiznatlly !! just set the property to wordwrap and that's it !
    just a thought !

  7. #7

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Ok, the text is fine, but I have a large picture in the rtb textbox, the user can resize the form (hence resizing the rtb as well). If the user resizes so that the picture is wider than the rtb can display, I want the user to be able to scroll horizontally to see the rest of the picture.

    Try placing a large picture in a rtb and getting it to scroll horizontally 'cos I know I can't.
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  8. #8

    Thread Starter
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Has anyone figured this out yet?
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

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