Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling the form under the container
Message
From
30/12/2004 12:47:46
 
 
To
29/12/2004 21:09:35
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00973170
Message ID:
00973336
Views:
18
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...
Previous
Reply
Map
View

Click here to load this message in the networking platform