Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Addobject grid to container, can i control grid position
Message
De
06/08/1998 10:00:29
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00124445
Message ID:
00124449
Vues:
21
>container is much larger than grid and contains other controls. without adding another smaller container, can i control the position of the grid class within the larger container?
>
>thanks - brenda
Yes Brenda,
Just think the container as your form (which is also a container). Either position it visually or with code like :
with this.parent  && Whatever the parent container is
    this.left = .left + 1
    this.top  = .top + 1
    this.height = .height - 2
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform