Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Richedit scrolling (https://www.delphipraxis.net/19949-richedit-scrolling.html)

Freddy_K 11. Apr 2004 15:54


Richedit scrolling
 
moin
Ich mal wieder..

Ich hab auch noch ne richeditbox die nach und nach gefüllt wird.. scrollbars hab ich schon drin.. aber ich weiß nich wie ich die dazu bekomm automatisch weiter mit nach unten zu scrollen.

mfg
freddy

fkerber 11. Apr 2004 15:57

Re: Richedit scrolling
 
Hi!

Zitat:

Zitat von OH
Die Methode ScrollBy führt einen Bildlauf des Steuerelementinhalts durch.


Ciao fkerber

Freddy_K 11. Apr 2004 16:05

Re: Richedit scrolling
 
das löst mein problem irgendwie nich..

wenn ich feststellen könnte wann die box voll ist. dann vllt.. aber so..

ich würde damit dann immer scrollen auch wenn noch platz in der box ist

toms 11. Apr 2004 16:05

Re: Richedit scrolling
 
Hi,

Probier's mal so:

Delphi-Quellcode:
RichEdit1.Perform(EM_SCROLLCARET, 0, 0);


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:30 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz