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.
Any ideas besides upgrading?Code:If Me.Height <= t Then RichTextBox2_DoubleClick(sender, e) t = Me.Height Else End If




Reply With Quote
