Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make grid not noticable?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00062614
Message ID:
00062642
Vues:
33
>How do I 'hide' aspects of a grid (i.e. borders, lines, etc) so the values in the grid appear to be on the 'surface' of the form?
Colin,

You can start with;

Grid.
DeleteMark = .F.
GridLines = 0
RecordMark = .F.
ScrollBars = 0
HeaderHieght = 0

Then experiment with the backcolor for the grid and its columns.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform