Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sizes of elements within grid
Message
De
18/08/2017 08:42:00
 
 
À
26/07/2017 16:53:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01652860
Message ID:
01653474
Vues:
58
>Scrollbar width and height I can get through SYSMETRIC()
>the width of grid lines can be retrieved from GridLineWidth property of the grid.
>Anybody know off the top of their head if there's a constant or function that I can use that gives me the widths of the RecordMark and DeleteMark (if enabled) in a grid?

It is fixed.
RecordMark = 10 pixels
DeleteMark = 8 pixels

you can measure it with delta position of left visible column
OBJTOCLIENT(thisform.grid1.column1,2)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform