I added a new column to a grid in my form.
But it was squeezed to a vertical thin line though I can expand it using
my mouse pointer. How can I let it stay as a fixed width I set its width=75.
Thanks!
Visual FoxPro General
I added a new column to a grid in my form.
But it was squeezed to a vertical thin line though I can expand it using
my mouse pointer. How can I let it stay as a fixed width I set its width=75.
Thanks!
Sorry, I use VFP6. I do not see AllowAutoColumnFit in my grid property.
I changed AllowHeaderSizing back and forth, but did not help.
with thisform.myGrid
.Columns( .columnCount ).Width = 75
.Columns( .columnCount ).resizable = .f.
endwith
Its strange. It is OK now after I changed the column's width to 80. Not sure if it's because the previous value 75 was taken by another column.
Thank you all.
No, this functionality was not available until VFP 8.0