Subject Re: [IBO] Wrapping long titles - RowHeights[]
Author Steve Fields
I have had luck with:

TDrawGrid(MyIBOGrid).RowHeights[0] := 30;

I do not know how you would do this in
C++ but it may give you an idea....

Steve Fields