Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Stringgird automatisch runterscrollen ? (https://www.delphipraxis.net/43117-stringgird-automatisch-runterscrollen.html)

Cyberbob_at_tot 29. Mär 2005 14:24


Stringgird automatisch runterscrollen ?
 
Frohe Ostern Nachträglich an alle!

Habe hier das Problem, das ich das Stringgird, wenn es befüllt mir automatisch runterscrollen will!
Ist bestimmt ziemlich einfach, komme im moment leider nicht drauf, könnt ihr mir da aushelfen ?

BIG THX

Cyberbob

toms 29. Mär 2005 14:26

Re: Stringgird automatisch runterscrollen ?
 
Delphi-Quellcode:
function StringGrid_ScrollToBottom(StringGrid: TStringGrid);
begin
  StringGrid.Row := StringGrid.RowCount -1;
end;

Cyberbob_at_tot 29. Mär 2005 14:28

Re: Stringgird automatisch runterscrollen ?
 
wow super schnell!
besten dank!


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:04 Uhr.

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