Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
27/08/1996 13:32:10
 
 
À
23/08/1996 09:40:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Grid
Divers
Thread ID:
00006529
Message ID:
00006766
Vues:
38
>Is it possible to create a (grid) class with all the properties set for a grid-column and a grid-header?
>
>Michel

yow can create your class from the base class grid and ad stuff like this in the init.
This.SetAll('FontName',"MS Sans Serif", 'Column')
This.SetAll('FontBold',.f.,'Column')
This.SetAll('FontName', "MS Sans Serif", 'Header')
This.SetAll('FontSize', 8,'Column')
This.SetAll('FontSize', 8,'Header')
This.SetAll('Sparse', .f.,'Column')
This.SetAll('Movable', .f.,'Column')
This.SetAll('Resizable', .f.,'Column')
This.SetAll('Alignment', 2,'Header')
This.SetAll("DynamicForeColor", "RGB(0,0,0)" , "Column")
This.RowHeight = -1
This.HeaderHeight = -1
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform