Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid scrollbar problem
Message
De
25/02/2001 02:10:52
 
 
À
24/02/2001 19:07:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00479261
Message ID:
00479290
Vues:
28
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform