Thema
:
Delphi
scrollbox, livescroll und mouserad ?
Einzelnen Beitrag anzeigen
agm65
Registriert seit: 21. Okt 2003
1.194 Beiträge
Delphi 2006 Professional
#
6
Re: scrollbox, livescroll und mouserad ?
19. Sep 2006, 16:18
falls es interessiert:
markieren
Delphi-Quellcode:
DOWN:
scrollbox.VertScrollBar.Position:=scrollbox.VertScrollBar.Position+10;
markieren
Delphi-Quellcode:
UP:
scrollbox.VertScrollBar.Position:=scrollbox.VertScrollBar.Position-10;
euer Peter Porka
Zitat
agm65
Öffentliches Profil ansehen
Mehr Beiträge von agm65 finden