![]() |
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 ! |
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 |
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 ?
|
Re: scrollbox, livescroll und mouserad ?
Zitat:
|
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 ? |
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:50 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