|
-
Jan 25th, 2000, 08:43 PM
#1
Thread Starter
Addicted Member
I am displaying some information into a Rich Text Box (I need that to uses colors, font styles...).
Even though I set the ScrollBars property to 3 - rtbBoth at design time, when a line goes beyond the right side of the box, it is clipped and continues on the next line. I need it to carry on beyond and I was expecting a scrollbar to show up at the bottom.
Anyone knows what is going on ?
Thanks for the help.
-
Jan 25th, 2000, 08:50 PM
#2
Hyperactive Member
I believe it's a bug in VB6, I've had the same.
-
Jan 25th, 2000, 11:26 PM
#3
Lively Member
Hi FrancisC,
In addition to changing the ScrollBars property to 3 - rtbBoth, you also have to supply a value for Right Margin, the property just above Scroll Bars, in order to get the horizontal scroll bar. The scroll bar doesn't appear unless the default value of 0 for this property is changed.
All the best.
Chris
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
|