Re: Textbox scrolling
- From: "Daniel Moth" <dmoth74@xxxxxxxxxxx>
- Date: Sun, 18 Dec 2005 16:22:28 -0000
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. I suggest you look at the examples from the second link and work it
out.
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"Kent Briggs" <kbriggs@xxxxxxxxxxx> wrote in message
news:NQfpf.1515$9e.295@xxxxxxxxxxxxxxxxxxxxxxx
> Daniel Moth wrote:
>
>> Hope these workarounds help:
>> http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/acf44b2850e44b95/4c0f4b228e7e334d
>>
>> http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread/7a1be4aed9b31cbc/6132222f54422ed5
>
> These only show how to scroll to the bottom, the exact opposite of what
> I'm looking for. I need to append text with no scrolling at all.
>
>
>>>Is it possible to append text to a multiline textbox without scrolling
>>>vertically? If not, is it possible to get the vertical scrollbar's thumb
>>>position and reset it after appending? I've tried using SendMessage with
>>>EM_GETTHUMB but it always returns 0 and EM_LINESCROLL has no effect
>>>either.
>
>
> --
> Kent Briggs, kbriggs@xxxxxxxxxxx
> Briggs Softworks, http://www.briggsoft.com
.
- Follow-Ups:
- Re: Textbox scrolling
- From: Kent Briggs
- Re: Textbox scrolling
- References:
- Textbox scrolling
- From: Kent Briggs
- Re: Textbox scrolling
- From: Daniel Moth
- Re: Textbox scrolling
- From: Kent Briggs
- Textbox scrolling
- Prev by Date: Re: Textbox scrolling
- Next by Date: Re: Setting DialogResult in OnClosing
- Previous by thread: Re: Textbox scrolling
- Next by thread: Re: Textbox scrolling
- Index(es):
Relevant Pages
|