Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to control grid scroll speed?
Message
From
20/09/2010 15:47:11
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:
01482073
Views:
58
>>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

Thanks for the suggestion Yuri. I had thought about doing something like that but I was (and still am) afraid that it could have other undesired side effects. I guess I'll just have to try it and hope for the best.

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform