Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrolling the form under the container
Message
De
30/12/2004 12:47:46
 
 
À
29/12/2004 21:09:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
00973170
Message ID:
00973336
Vues:
17
This message has been marked as the solution to the initial question of the thread.
I got it:
Just place this in the mousewheel event of the container:
LPARAMETERS nDirection, nShift, nXCoord, nYCoord
IF thisform.ViewPortTop-ndirection>=0
	thisform.SetViewPort(thisform.ViewPortLeft,thisform.ViewPortTop-ndirection)
ELSE
	thisform.SetViewPort(thisform.ViewPortLeft,0)
endif
Thanks anyway...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform