Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form and object resizer
Message
From
06/04/2002 00:09:42
 
 
To
05/04/2002 21:17:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00641713
Message ID:
00641734
Views:
9
There are many properties of this class that you can set which adjust how it stretches objects. This may prevent some distortion. After instance of class you can set properties. Or if you right click on the icon in the right corner of the form, it will pop up a window where you can dynamically set the set properties to see what works best for your purposes.

A couple of properties that may help
This.Resizer.lIsometric = .T.               && Maintain original Width / Height proportion Defaults to .f.
This.Resizer.lResizeFontSize = .F.          && Default = .T.
I use this class and have found that it works very well on every control that I use.

HTH
Elmer
Previous
Reply
Map
View

Click here to load this message in the networking platform