Re: Textbox scrolling



Daniel Moth wrote:
The default is that it scrolls to the top. The first link I sent shows how to scroll to the bottom. 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. Failing that, I want to be able to get the current vertical position and reset it back after appending.



I suggest you look at the examples from the second link and work it out.

I did and saw nothing there that solves this problem.


-- Kent Briggs, kbriggs@xxxxxxxxxxx Briggs Softworks, http://www.briggsoft.com .



Relevant Pages

  • Re: Scrolling
    ... Fons Rave wrote: ... As a user you just scroll down. ... Kent Briggs, kbriggs@xxxxxxxxxxx ... Briggs Softworks, http://www.briggsoft.com ...
    (comp.lang.pascal.delphi.misc)
  • Re: list box - additional scroll
    ... > I try to determine if I can control scrolling of a regular, ... > I have in mind a separate scrollbar which would scroll listbox. ...
    (microsoft.public.vb.general.discussion)
  • Re: list box - additional scroll
    ... Windows to decide as to the color of textboxe's scroll bar) of regular ... maybe there are some customizable list, or txtboxes ... >> I have in mind a separate scrollbar which would scroll listbox. ... > With a Listbox you can use the TopIndex property to control scrolling; ...
    (microsoft.public.vb.general.discussion)
  • 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)

Loading