|
-
Jun 16th, 2018, 09:19 PM
#2
Re: Richtextbox resized smaller, vertical scrollbar disappears. Any idea how to fix t
Still using VB10 on Win7 here, When I have RTB resize with form (anchored on all sides) invalidating the RTB in forms resize-end event works here,...
Code:
Private Sub FrmMain_ResizeEnd(sender As Object, e As EventArgs) Handles Me.ResizeEnd
RTB1.Invalidate()
End Sub
Other workarounds, might be to toogle the rtb ScrollBars property,
http://www.vbforums.com/showthread.php?793671
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|