Control margins used by grid AutoFit()

Author: Malcolm Greene

Posted: 2004-05-14 at 11:57:14

VFP 8: Is there anyway to control the margins that VFP uses when a grid's

.AutoFit() method is called? The default behavior of the AutoFit method

is to very tightly size column sizes. I would like to have a little more

whitespace between columns.

The only way I can think to do this is to convert all content to a

character data type and then append "N" number of spaces to the front and

back of each value.

Thanks!

Malcolm

©2004 Malcolm Greene