Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sizing containers in a grid column
Message
From
09/09/1999 01:20:37
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00261933
Message ID:
00262744
Views:
25
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform