Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sizing containers in a grid column
Message
De
09/09/1999 01:20:37
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00261933
Message ID:
00262744
Vues:
24
>In my description, I indicated that I am are trying to change the height and width to the "grid's row height and column width".
>
>Steve
Sorry Steve, understand better now :) Workaround doesn't seem smart (and forces an init) but works with column.resize :
WITH This
  lcCurrentControl = .CurrentControl
  WITH eval("."+.CurrentControl)
    lcName = .Name
    lcClasslib = .classlibrary
    lcClass = .Class
  ENDWITH
  .removeobject(lcName)
  IF !lcClasslib$set("Classlib")
    SET classlib to (lcClasslib) additive
  ENDIF
  .addobject(lcName, lcClass)
  .CurrentControl = lcCurrentControl
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
Répondre
Fil
Voir

Click here to load this message in the networking platform