Re: How to Scroll Bottom of RichTextbox into View

From: Herfried K. Wagner [MVP] (hirf-spam-me-here_at_gmx.at)
Date: 03/13/04


Date: 13 Mar 2004 20:02:15 +0100


* "Charles Law" <blank@nowhere.com> scripsit:
> I have a RichTextbox to which I append text. It is not very tall, so it gets
> a scroll bar quite quickly.
>
> When the text is appended, I want the appended text to be visible, but try
> as I might, I cannot find a way of programmatically scrolling the control so
> that the text at the bottom is visible.

Select the portion of text by calling the overloaded version of the
control's 'Select' method, then call its 'Focus' method followed by a
call to its 'ScrollToCaret' method.

-- 
Herfried K. Wagner [MVP]
<http://dotnet.mvps.org/>


Relevant Pages

  • Re: ScrollPane - automatic scrolling
    ... in the begining of JTextArea). ... I believe this (failure to scroll to the bottom) happens when the text ... is appended from a thread that isn't the Event Dispatch Thread. ... Wrapping the append call in SwingUtilities.invokeLater wrapper should ...
    (comp.lang.java.programmer)
  • Re: Textbox scrolling
    ... It sounds like you want to scroll somewhere in the ... I suggest you look at the examples from the second link and work it ... > These only show how to scroll to the bottom, ... I need to append text with no scrolling at all. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Textbox scrolling
    ... The second link shows an alternative way to control scrolling by pinvoking. ... It sounds like you want to scroll somewhere in the middle. ... The ideal solution is to be able to append text with no scrolling at all. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: JScrollPane + auto-scroll to the last appended line
    ... I have an un-editable JScrollPane (a simple JtextArea). ... I append lines ... I would like to ask how to make the scrollpane to scroll always down to ...
    (comp.lang.java.help)
  • JScrollPane + auto-scroll to the last appended line
    ... I have an un-editable JScrollPane (a simple JtextArea). ... I append lines ... I would like to ask how to make the scrollpane to scroll always down to ...
    (comp.lang.java.help)