Rich Text Box Control Scroll Bars 
Author Message
 Rich Text Box Control Scroll Bars

IS there any trick to getting the horizontal scroll bar to work for the Rich
Text Box control?  I have set the property to show both scroll bars but only
the vertical bar shows.

I am loading a file into the control and the file wraps within the control
instead of expanding the control and showing the horizontal scroll.

Thanks for the help.

Tim



Sat, 23 Aug 2003 13:07:42 GMT  
 Rich Text Box Control Scroll Bars
The Horizontal scroll is only valid when the RightMargin value is other than 0.

Rob

Quote:

> IS there any trick to getting the horizontal scroll bar to work for the Rich
> Text Box control?  I have set the property to show both scroll bars but only
> the vertical bar shows.

> I am loading a file into the control and the file wraps within the control
> instead of expanding the control and showing the horizontal scroll.

> Thanks for the help.

> Tim



Sat, 23 Aug 2003 14:38:21 GMT  
 Rich Text Box Control Scroll Bars
If you use:

RTB.RightMargin = Screen.Width

The scroll bars'll show and text won't wrap until it's wider than the
screen.


Quote:
> IS there any trick to getting the horizontal scroll bar to work for the
Rich
> Text Box control?  I have set the property to show both scroll bars but
only
> the vertical bar shows.

> I am loading a file into the control and the file wraps within the control
> instead of expanding the control and showing the horizontal scroll.

> Thanks for the help.

> Tim



Sat, 23 Aug 2003 23:11:23 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Run-time control of rich text box scroll bar visibility

2. Rich Text Box & scroll bar

3. Rich text box & scroll bar

4. rich text box, remembering view / position of scroll bars

5. Rich text box & scroll bar

6. Rich Text Box Horiziontal Scroll Bar Problem

7. Scroll Bars in a Rich Text Box

8. Rich Text Box Scroll Bars

9. Rich Text Box vs. Text Box Scrolling

10. Rich Text Box or text box control

11. Scrolling in (rich)text box?

12. Rich Text Box Scrolling

 

 
Powered by phpBB® Forum Software