Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to control grid scroll speed?
Message
 
To
20/09/2010 14:45:35
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01482057
Message ID:
01482069
Views:
77
>Does anyone know if there is a setting in VFP that will control how fast the content of a grid will scroll when pressing and holding the left mouse button on the up or down buttons of the grid's vertical scrollbar? I need to slow it down like Outlook's speed :) VFP is too fast!!!
>
>TIA
>Mike

I did not hear about any native control of the grid scrolling speed. But if you wish to slow it down, then you could add something l;ike below
*Grid.Scrolled
wait wind time 0.02 "scrolling"
More precise control can be obtained with Sleep WINAPI


Good Luck
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform