Thema
:
Delphi
Stringgird automatisch runterscrollen ?
Einzelnen Beitrag anzeigen
toms
(CodeLib-Manager)
Registriert seit: 10. Jun 2002
4.648 Beiträge
Delphi XE Professional
#
2
Re: Stringgird automatisch runterscrollen ?
29. Mär 2005, 15:26
markieren
Delphi-Quellcode:
function
StringGrid_ScrollToBottom(StringGrid: TStringGrid);
begin
StringGrid.Row := StringGrid.RowCount -1;
end
;
Thomas
Zitat
toms
Öffentliches Profil ansehen
Mehr Beiträge von toms finden