Subject | Re: [IBO] Wrapping long titles - RowHeights[] |
---|---|
Author | Steve Fields |
Post date | 2002-08-19T04:29:23Z |
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
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