Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi scrollbox, livescroll und mouserad ? (https://www.delphipraxis.net/77432-scrollbox-livescroll-und-mouserad.html)

agm65 19. Sep 2006 14:39


scrollbox, livescroll und mouserad ?
 
hi freunde, hab mal ne frage, verwende zum erstenmal einen scrollbox, diese ist auch echt nicht schlecht, hat aber leider kein livescroll und kein mousewheel support ?
wisst ihr wie ich das einstelle ? danke für hilfe !

Aenogym 19. Sep 2006 14:41

Re: scrollbox, livescroll und mouserad ?
 
hi peter,

ich denke mit LiveScroll meinst du den effekt, der entsteht, wenn du "ThumbTracking" auf True setzt.
und das mausrad könntest du sicher über die standardmäßigen mausrad-events auswerten und entsprechend reagieren.

aeno

agm65 19. Sep 2006 14:44

Re: scrollbox, livescroll und mouserad ?
 
danke für die schnelle antwort aber wo finde ich das thumbtracking ? ich benutze die standart delphi scrollbox ? dort gibt es keine solche option ?

Aenogym 19. Sep 2006 14:54

Re: scrollbox, livescroll und mouserad ?
 
Zitat:

Zitat von agm65
danke für die schnelle antwort aber wo finde ich das thumbtracking ? ich benutze die standart delphi scrollbox ? dort gibt es keine solche option ?

unter HorzScrollbar > Tracking. analog für VertScrollBar.

agm65 19. Sep 2006 14:56

Re: scrollbox, livescroll und mouserad ?
 
vielen dank ! das war genau das was ich gesucht habe :) ! danke schön

also ich denke du meinst das mouse wheel scrollen im MouseWheelDown + MouseWheelUp selbst festlegen ? ne idee wie ?

agm65 19. Sep 2006 15:18

Re: scrollbox, livescroll und mouserad ?
 
falls es interessiert:

Delphi-Quellcode:

DOWN:
scrollbox.VertScrollBar.Position:=scrollbox.VertScrollBar.Position+10;
Delphi-Quellcode:
UP:
scrollbox.VertScrollBar.Position:=scrollbox.VertScrollBar.Position-10;


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:38 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