Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Grid area resize when maximize/min window?
Message
From
19/06/2002 18:53:01
 
 
To
19/06/2002 18:45:50
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00666731
Message ID:
00670352
Views:
40
Any idea how could I modify resize event just for this form to work? For the code below. How do I make the height of the grid a little bit shorter than the whole window. SO that my CLOSE button will show properly.

WITH ThisForm.myGrid
.Height = ThisForm.Height - .Top - 5
.Width = ThisForm.Width - .Left * 2
ENDWITH

Thanks.
Angela
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform