Subject Re: [IBO] Title height in IB_Grid
Author Steve Fields
Marcin Bury wrote:

> Is it possible to set title row height in IB_Grid to different value then
> data row height?
>

Do: TDrawGrid(YourGrid).RowHeights[R#] := P#;

Steve Fields