Rich Text Box & scroll bar 
Author Message
 Rich Text Box & scroll bar

Hi,

How can I get the Rich Text box to position the scroll bar at the end of the
text?

I know it must be something easy.  I tried the SetFocus but that doesn't
seem to work.



Mon, 15 Apr 2002 03:00:00 GMT  
 Rich Text Box & scroll bar
Try:
RTB.SelStart = Len(RTB.text)
This works for me
--
David Wier
http://www.augustwind.com


Quote:
> Hi,

> How can I get the Rich Text box to position the scroll bar at the end of
the
> text?

> I know it must be something easy.  I tried the SetFocus but that doesn't
> seem to work.



Sat, 20 Apr 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Rich text box & scroll bar

2. Rich text box & scroll bar

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

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

5. Rich Text Box Control Scroll Bars

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. Text Box Scroll Bars & Find Dialogs

11. Truncating rich text box text & keeping formatting

12. Scrolling in (rich)text box?

 

 
Powered by phpBB® Forum Software