Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids, resizing and moving the rows
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00084956
Message ID:
00084965
Vues:
41
Sarah, to position the active row to be first in the grid you'll need to poll the Grid.Relativerow, then call Grid.doScroll(0) approximately that number of times. Possibly:
  FOR i= 1 TO Grid.RelativeRow-1
    Grid.DoScroll(0)
  ENDFOR
Something like that... Note that, to make life interesting, RelativeRow can be zero in the case the user has scrolled the selected row away from view. Have fun <s>.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform