trichview.support
cell vertical alignment |
Author |
Message |
Sergei |
Posted: 09/05/2003 11:19:35 Hello, is cell vertical alignment supported in RichView tables? VAlign property seems to have no effect I write Table.Cells[i + d, 0].BestWidth := 20; Table.Cells[i + d, 0].BestHeight := 20; Table.Cells[i + d, 0].VAlign := rvcMiddle; with Table.Cells[i + d, 0].GetRVData do begin Clear; AddNL('+', 0, -1); end; and I have my '+' top aligned what's wrong? |
Powered by ABC Amber Outlook Express Converter