Link to home
Start Free TrialLog in
Avatar of dhertzfe
dhertzfe

asked on

StringGrid Column Alignment

Hey Gang,

I need help in setting the alignment of cells within a particular column. Can any help and include a code snipet?

Thanks,
Chad
ASKER CERTIFIED SOLUTION
Avatar of kwang080897
kwang080897

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of perkley
perkley

Try this component, it comes with the source code, and it will give you an idea of how to implement this.

TStringAlignGrid V2.0

Search for "String Grid Align"
http://www.delphipages.com

or for direct download -

http://www.delphipages.com/edit/count.cfm?ID=1172
Avatar of dhertzfe

ASKER

Thanks Kim;

Your example worked just fine.

Chad