Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid scrollbar problem
Message
From
25/02/2001 02:10:52
 
 
To
24/02/2001 19:07:41
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00479261
Message ID:
00479290
Views:
30
>Hi,
>
>I have to re-create a grid with code, however, once created, the horizontal
>scroll bar will not scroll to the last column (it only scrolls 6 columns of
>the 8), but using the TAB will enable movement to the eighth column.
>
>Can anyone help with this problem?
>
>Regards
>Doug Johnston

I've seen this sort of thing happen if you have to redefine a lot of grid properties at run time. You could try something like
WITH ThisForm.MyGrid
  .ScrollBars = 2  && Vertical only
  .ScrollBars = 3  && Both, may "reset" for you

ENDWITH
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform