Results 1 to 3 of 3

Thread: Richtextbox resized smaller, vertical scrollbar disappears. Any idea how to fix this?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Peter Porter's Avatar
    Join Date
    Jul 2013
    Location
    Germany
    Posts
    581

    Resolved Richtextbox resized smaller, vertical scrollbar disappears. Any idea how to fix this?

    I know the current version of Visual Studio has this bug fixed, but does anyone know of a way to correct this with VB 2010, 4.0 NET?

    I tried to programmatically double click the richtextbox when I resize the form to get the vertical scrollbar to reappear, but that doesn't work.

    Code:
    If Me.Height <= t Then
                RichTextBox2_DoubleClick(sender, e)
                t = Me.Height
    Else
    End If
    Any ideas besides upgrading?
    Last edited by Peter Porter; Jun 17th, 2018 at 04:55 PM.

Tags for this Thread

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