-
1
- #1
David Higgs
Programmer
When using Autofit() within a Grid Column set to Align Left, I find that the Column could do with being a little wider especially on the right hand side. To get over this I have used the following code:-
which to me looks a lot better than just Autofit(). Is this the right way to go or is there a more elegent way of doing the same?
Regards,
David.
Recreational user of VFP.
Code:
this.column3.autofit()
this.column3.Width = this.column3.width+5
which to me looks a lot better than just Autofit(). Is this the right way to go or is there a more elegent way of doing the same?
Regards,
David.
Recreational user of VFP.