trichview.com

trichview.support




Re: how to resize control in a cell?


Return to index


Author

Message

Sergey Tkachenko

Posted: 08/18/2003 20:50:16


It's only possible for the control width.


var Item: TRVControlItemInfo;

  ...

Item := table.Cells[r,c].GetItem(ItemNo) as TRVControlItemInfo;

Item.PercentWidth := 50; // 50% of width



> Hello Sergey,

> I'm trying to determine how to implement some kind of alligment (top,

> client, etc.) for controls insrted in cells. I want the control to be

> resized automatically when the cell chenged its size.

>

> Regards,

> Julian

>

>





Powered by ABC Amber Outlook Express Converter