Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mousewheel in grids
Message
De
13/09/2002 12:58:26
 
 
À
13/09/2002 12:37:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00700238
Message ID:
00700250
Vues:
12
Christian,

Try this:
*-- textbox.mousewheel()
IF nDirection > 0
   This.Parent.parent.doscroll(0)
ELSE
   This.Parent.parent.doscroll(1)
ENDIF
HTH
>The mousewheel works in grids, except when the mouse is over the textbox that has the focus. We tried to pass the event to parent.mousewheel or parent.parent.mousewheel, but nothing happens. Does someone know how to make it work?
Daniel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform