Page 1 of 1

TRVTableItemInfo & TRVTableCellData - Style

Posted: Fri May 05, 2006 9:38 am
by pasnox
Hi,

i'm new at trichview.
i would like to know if there is a way to change table's cells style ?

i want to set specific cell option, like text bold and borders in a specific cell.
I'm using a TRVTableItemInfo and set text on TRVTableCellData.

Thanks,

Posted: Fri May 05, 2006 11:24 am
by Sergey Tkachenko
For making the cell text bold just make it bold. It's a property of text style, not a cell property.
Cell can have its own background color, border color, background picture (Color, BorderColor, BorderLightColor, BackgroundImage, BackgroundStyle properties of TRVTableCellData)