1 (edited by itzik.bereby 2017-02-02 13:30:46)

Topic: RTL in Tablegrid header

Hi,
Is there a way to make the header in a tablegrid to be RTL?

for now I can do it only for the data in the table:
"Form1.GridEmployees.Columns[k].Alignment := taRightJustify"

Thanks

Re: RTL in Tablegrid header

For header alignment:

Form1.GridEmployees.Columns[k].Header.Alignment := taRightJustify

Re: RTL in Tablegrid header

Thanks