Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make the grid non resizable
Message
 
 
To
26/04/2002 10:27:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00649586
Message ID:
00649600
Views:
10
>Hello all
>
>I have a big table with 50 records,i have put that in a grid and the grid is bound to the cursor which i select from the interactive change of a combo box, but the grid somehow resizes into small to fit all the records, i have made allowheadersizing and allowrowresizing to false, but still it happens.any idea ?
>
>txs

Set Resizable property for all columns to .F.
myForm.myGrid1.SetAll("Resizable", .F., "Column")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform